Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h297 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
298 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()
299 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
H A DX86Subtarget.cpp294 isTargetNaCl() || Is64Bit) in initSubtargetFeatures()
H A DX86InstrInfo.td1030 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
1031 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
H A DX86ISelDAGToDAG.cpp4956 if (Subtarget->isTargetNaCl()) in Select()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp209 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures()
450 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
H A DARMSubtarget.h367 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
H A DARMPredicates.td170 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp522 if (STI->isTargetNaCl()) in expandToLongBranch()
530 if (STI->isTargetNaCl() || !hasDelaySlot) { in expandToLongBranch()
536 if (STI->isTargetNaCl()) { in expandToLongBranch()
841 if (STI->isTargetNaCl()) { in handlePossibleLongBranch()
H A DMipsSubtarget.h355 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.cpp92 if (Subtarget->isTargetNaCl()) in runOnMachineFunction()
482 if (Subtarget->isTargetNaCl()) in emitFunctionEntryLabel()
H A DMipsDelaySlotFiller.cpp731 if (STI.isTargetNaCl()) { in searchRange()
H A DMipsInstrInfo.td238 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;