/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.h | 216 bool isTargetNaCl() const { in isTargetNaCl() function 219 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32() 220 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
|
D | X86Subtarget.cpp | 349 if (isTargetNaCl()) { in X86Subtarget()
|
D | X86InstrInfo.td | 493 def IsNaCl : Predicate<"Subtarget->isTargetNaCl()">, 499 def NotNaCl : Predicate<"!Subtarget->isTargetNaCl()">,
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 478 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()
|
D | X86ISelDAGToDAG.cpp | 1947 if (Subtarget->isTargetNaCl()) in Select()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 158 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures() 334 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
|
D | ARMSubtarget.h | 490 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsBranchExpansion.cpp | 476 if (STI->isTargetNaCl()) in expandToLongBranch() 482 if (STI->isTargetNaCl() || in expandToLongBranch() 502 if (STI->isTargetNaCl()) { in expandToLongBranch() 708 LongBranchSeqSize = IsPIC ? ((ABI.IsN64() || STI->isTargetNaCl()) ? 10 : 9) in handlePossibleLongBranch() 733 if (STI->isTargetNaCl()) { in handlePossibleLongBranch()
|
D | MipsSubtarget.h | 334 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
|
D | MipsRegisterInfo.cpp | 169 if (Subtarget.isTargetNaCl()) { in getReservedRegs()
|
D | MipsCallingConv.td | 270 CCIfType<[i32], CCIfSubtargetNot<"isTargetNaCl()", 277 CCIfType<[i32], CCIfSubtarget<"isTargetNaCl()",
|
D | MipsAsmPrinter.cpp | 93 if (Subtarget->isTargetNaCl()) in runOnMachineFunction() 360 if (Subtarget->isTargetNaCl()) in EmitFunctionEntryLabel()
|
D | MipsDelaySlotFiller.cpp | 707 if (STI.isTargetNaCl()) { in searchRange()
|
/external/llvm/lib/Target/Mips/ |
D | MipsLongBranch.cpp | 336 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()
|
D | MipsSubtarget.h | 272 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
|
D | MipsRegisterInfo.cpp | 171 if (Subtarget.isTargetNaCl()) { in getReservedRegs()
|
D | MipsAsmPrinter.cpp | 82 if (Subtarget->isTargetNaCl()) in runOnMachineFunction() 325 if (Subtarget->isTargetNaCl()) in EmitFunctionEntryLabel()
|
D | MipsCallingConv.td | 264 CCIfType<[i32], CCIfSubtargetNot<"isTargetNaCl()", 271 CCIfType<[i32], CCIfSubtarget<"isTargetNaCl()",
|
D | MipsDelaySlotFiller.cpp | 680 if (STI.isTargetNaCl()) { in searchRange()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 714 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function 715 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32() 716 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
|
D | X86ISelDAGToDAG.cpp | 2774 if (Subtarget->isTargetNaCl()) in Select()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 206 if (isTargetNaCl() || isAAPCS16_ABI()) in initSubtargetFeatures() 396 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb())); in useFastISel()
|
D | ARMSubtarget.h | 634 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } in isTargetNaCl() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSubtarget.h | 224 bool isTargetNaCl() const { in isTargetNaCl() function
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenCallingConv.inc | 482 …if (!static_cast<const MipsSubtarget&>(State.getMachineFunction().getSubtarget()).isTargetNaCl()) { 494 … if (static_cast<const MipsSubtarget&>(State.getMachineFunction().getSubtarget()).isTargetNaCl()) {
|