Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.h737 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
738 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()
739 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
H A DX86InstrInfo.td919 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
920 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
H A DX86ISelDAGToDAG.cpp3358 if (Subtarget->isTargetNaCl()) in Select()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp208 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures()
405 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
H A DARMSubtarget.h652 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
H A DARMInstrInfo.td342 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp509 if (STI->isTargetNaCl()) in expandToLongBranch()
517 if (STI->isTargetNaCl() || !hasDelaySlot) { in expandToLongBranch()
523 if (STI->isTargetNaCl()) { in expandToLongBranch()
798 if (STI->isTargetNaCl()) { in handlePossibleLongBranch()
H A DMipsSubtarget.h336 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
H A DMipsRegisterInfo.cpp169 if (Subtarget.isTargetNaCl()) { in getReservedRegs()
H A DMipsCallingConv.td270 CCIfType<[i32], CCIfSubtargetNot<"isTargetNaCl()",
277 CCIfType<[i32], CCIfSubtarget<"isTargetNaCl()",
H A DMipsAsmPrinter.cpp95 if (Subtarget->isTargetNaCl()) in runOnMachineFunction()
401 if (Subtarget->isTargetNaCl()) in EmitFunctionEntryLabel()
H A DMipsDelaySlotFiller.cpp707 if (STI.isTargetNaCl()) { in searchRange()
H A DMipsInstrInfo.td233 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;