Searched refs:isTargetNaCl (Results 1 – 14 of 14) sorted by relevance
842 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function843 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()844 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
274 isTargetNaCl() || In64BitMode) in initSubtargetFeatures()
1016 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;1017 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
4757 if (Subtarget->isTargetNaCl()) in Select()
212 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures()442 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
749 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
168 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
517 if (STI->isTargetNaCl()) in expandToLongBranch()525 if (STI->isTargetNaCl() || !hasDelaySlot) { in expandToLongBranch()531 if (STI->isTargetNaCl()) { in expandToLongBranch()806 if (STI->isTargetNaCl()) { in handlePossibleLongBranch()
352 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
166 if (Subtarget.isTargetNaCl()) { in getReservedRegs()
270 CCIfType<[i32], CCIfSubtargetNot<"isTargetNaCl()",277 CCIfType<[i32], CCIfSubtarget<"isTargetNaCl()",
96 if (Subtarget->isTargetNaCl()) in runOnMachineFunction()406 if (Subtarget->isTargetNaCl()) in emitFunctionEntryLabel()
733 if (STI.isTargetNaCl()) { in searchRange()
238 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;