Searched refs:isTargetNaCl (Results 1 – 14 of 14) sorted by relevance
302 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function303 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()304 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
311 isTargetNaCl() || Is64Bit) in initSubtargetFeatures()
217 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;218 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
5431 if (Subtarget->isTargetNaCl()) in Select()
192 if (isTargetNaCl() || TM.isAAPCS16_ABI()) in initSubtargetFeatures()413 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
341 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
170 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
521 if (STI->isTargetNaCl()) in expandToLongBranch()529 if (STI->isTargetNaCl() || !hasDelaySlot) { in expandToLongBranch()535 if (STI->isTargetNaCl()) { in expandToLongBranch()902 if (STI->isTargetNaCl()) { in handlePossibleLongBranch()
358 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()",
91 if (Subtarget->isTargetNaCl()) in runOnMachineFunction()406 if (Subtarget->isTargetNaCl()) in emitFunctionEntryLabel()
730 if (STI.isTargetNaCl()) { in searchRange()
239 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;