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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp140 SDNode *SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, bool isExt);
879 unsigned Opc, bool isExt) {
883 unsigned ExtOff = isExt;
892 if (isExt)
878 SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, bool isExt) argument
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1646 bool isExt = GV->isDeclaration() || GV->isWeakForLinker(); local
1647 bool isStub = (isExt && Subtarget->isTargetMachO()) &&
1651 isLocalARMFunc = !Subtarget->isThumb() && (!isExt || !ARMInterworking);

Completed in 817 milliseconds