Searched refs:isTargetNaCl (Results 1 – 14 of 14) sorted by relevance
297 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function298 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()299 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
294 isTargetNaCl() || Is64Bit) in initSubtargetFeatures()
1030 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;1031 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
4956 if (Subtarget->isTargetNaCl()) in Select()
209 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures()450 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
367 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
170 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
522 if (STI->isTargetNaCl()) in expandToLongBranch()530 if (STI->isTargetNaCl() || !hasDelaySlot) { in expandToLongBranch()536 if (STI->isTargetNaCl()) { in expandToLongBranch()841 if (STI->isTargetNaCl()) { in handlePossibleLongBranch()
355 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()",
92 if (Subtarget->isTargetNaCl()) in runOnMachineFunction()482 if (Subtarget->isTargetNaCl()) in emitFunctionEntryLabel()
731 if (STI.isTargetNaCl()) { in searchRange()
238 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;