Searched refs:IsExt (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp63 unsigned Opc, bool IsExt);
580 unsigned Opc, bool IsExt) {
589 if (IsExt)
579 ExpandVTBL(MachineBasicBlock::iterator &MBBI, unsigned Opc, bool IsExt) argument
H A DARMISelDAGToDAG.cpp235 SDNode *SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, unsigned Opc);
2078 SDNode *ARMDAGToDAGISel::SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, argument
2083 unsigned FirstTblReg = IsExt ? 2 : 1;
2102 if (IsExt)

Completed in 156 milliseconds