Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.h216 bool isTargetNaCl() const { in isTargetNaCl() function
219 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()
220 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
DX86Subtarget.cpp349 if (isTargetNaCl()) { in X86Subtarget()
DX86InstrInfo.td493 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">,
499 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">,
/external/llvm/lib/Target/X86/
DX86Subtarget.h478 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
479 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()
480 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
DX86ISelDAGToDAG.cpp1947 if (Subtarget->isTargetNaCl()) in Select()
DX86InstrInfo.td875 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
876 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp158 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures()
334 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
DARMSubtarget.h490 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
DARMInstrInfo.td294 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">;
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp336 if (Subtarget.isTargetNaCl()) in expandToLongBranch()
346 if (Subtarget.isTargetNaCl()) { in expandToLongBranch()
467 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10)); in runOnMachineFunction()
496 if (STI.isTargetNaCl()) { in runOnMachineFunction()
DMipsSubtarget.h272 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
DMipsRegisterInfo.cpp171 if (Subtarget.isTargetNaCl()) { in getReservedRegs()
DMipsAsmPrinter.cpp82 if (Subtarget->isTargetNaCl()) in runOnMachineFunction()
325 if (Subtarget->isTargetNaCl()) in EmitFunctionEntryLabel()
DMipsCallingConv.td264 CCIfType<[i32], CCIfSubtargetNot<"isTargetNaCl()",
271 CCIfType<[i32], CCIfSubtarget<"isTargetNaCl()",
DMipsDelaySlotFiller.cpp680 if (STI.isTargetNaCl()) { in searchRange()
DMipsInstrInfo.td216 def IsNotNaCl : Predicate<"!Subtarget->isTargetNaCl()">;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h224 bool isTargetNaCl() const { in isTargetNaCl() function
DARMInstrInfo.td216 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">,