Searched refs:isTargetNaCl (Results 1 – 14 of 14) sorted by relevance
308 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function309 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()310 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
304 isTargetNaCl() || Is64Bit) in initSubtargetFeatures()
211 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;212 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
5198 if (Subtarget->isTargetNaCl()) in Select()
210 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures()452 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
368 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()
354 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()405 if (Subtarget->isTargetNaCl()) in emitFunctionEntryLabel()
731 if (STI.isTargetNaCl()) { in searchRange()
239 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;