Searched refs:isTargetNaCl (Results 1 – 14 of 14) sorted by relevance
294 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function295 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()296 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
304 isTargetNaCl() || Is64Bit) in initSubtargetFeatures()
207 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;208 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
5274 if (Subtarget->isTargetNaCl()) in Select()
206 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures()443 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
306 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()840 if (STI->isTargetNaCl()) { in handlePossibleLongBranch()
357 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()",
93 if (Subtarget->isTargetNaCl()) in runOnMachineFunction()406 if (Subtarget->isTargetNaCl()) in emitFunctionEntryLabel()
732 if (STI.isTargetNaCl()) { in searchRange()
239 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;