Searched refs:isTargetNaCl (Results 1 – 13 of 13) sorted by relevance
737 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function738 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()739 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
919 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;920 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
3358 if (Subtarget->isTargetNaCl()) in Select()
208 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures()405 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
652 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
342 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
509 if (STI->isTargetNaCl()) in expandToLongBranch()517 if (STI->isTargetNaCl() || !hasDelaySlot) { in expandToLongBranch()523 if (STI->isTargetNaCl()) { in expandToLongBranch()798 if (STI->isTargetNaCl()) { in handlePossibleLongBranch()
336 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
169 if (Subtarget.isTargetNaCl()) { in getReservedRegs()
270 CCIfType<[i32], CCIfSubtargetNot<"isTargetNaCl()",277 CCIfType<[i32], CCIfSubtarget<"isTargetNaCl()",
95 if (Subtarget->isTargetNaCl()) in runOnMachineFunction()401 if (Subtarget->isTargetNaCl()) in EmitFunctionEntryLabel()
707 if (STI.isTargetNaCl()) { in searchRange()
233 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;