Home
last modified time | relevance | path

Searched refs:isTargetNaCl (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h842 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
843 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()
844 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
H A DX86Subtarget.cpp274 isTargetNaCl() || In64BitMode) in initSubtargetFeatures()
H A DX86InstrInfo.td1016 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
1017 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
H A DX86ISelDAGToDAG.cpp4757 if (Subtarget->isTargetNaCl()) in Select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp212 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures()
442 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
H A DARMSubtarget.h749 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
H A DARMPredicates.td168 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp517 if (STI->isTargetNaCl()) in expandToLongBranch()
525 if (STI->isTargetNaCl() || !hasDelaySlot) { in expandToLongBranch()
531 if (STI->isTargetNaCl()) { in expandToLongBranch()
806 if (STI->isTargetNaCl()) { in handlePossibleLongBranch()
H A DMipsSubtarget.h352 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
H A DMipsRegisterInfo.cpp166 if (Subtarget.isTargetNaCl()) { in getReservedRegs()
H A DMipsCallingConv.td270 CCIfType<[i32], CCIfSubtargetNot<"isTargetNaCl()",
277 CCIfType<[i32], CCIfSubtarget<"isTargetNaCl()",
H A DMipsAsmPrinter.cpp96 if (Subtarget->isTargetNaCl()) in runOnMachineFunction()
406 if (Subtarget->isTargetNaCl()) in emitFunctionEntryLabel()
H A DMipsDelaySlotFiller.cpp733 if (STI.isTargetNaCl()) { in searchRange()
H A DMipsInstrInfo.td238 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;