Home
last modified time | relevance | path

Searched defs:IsIndirect (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h53 bool IsIndirect; variable
77 bool IsIndirect, DebugLoc DL, unsigned Order, in SDDbgValue()
DFastISel.cpp1439 bool IsIndirect = false; in selectIntrinsicCall() local
DSelectionDAGISel.cpp600 bool IsIndirect = MI->isIndirectDebugValue(); in runOnMachineFunction() local
DSelectionDAG.cpp8124 SDNode *N, unsigned R, bool IsIndirect, in getDbgValue()
8145 bool IsIndirect, in getFrameIndexDbgValue()
8157 unsigned VReg, bool IsIndirect, in getVRegDbgValue()
DSelectionDAGBuilder.cpp5625 bool IsIndirect = false; in EmitFuncArgumentDbgValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp47 bool IsIndirect = (TargetFlags & (AArch64II::MO_DLLIMPORT | AArch64II::MO_COFFSTUB)); in GetGlobalAddressSymbol() local
DAArch64CallLowering.cpp762 static unsigned getCallOpcode(const Function &CallerF, bool IsIndirect, in getCallOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp288 void addDef(SlotIndex Idx, const MachineOperand &LocMO, bool IsIndirect) { in addDef()
658 bool IsIndirect = MI.getOperand(1).isImm(); in handleDebugValue() local
1334 bool IsIndirect = Loc.wasIndirect(); in insertDebugValue() local
DMachineInstr.cpp2015 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI()
2031 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI()
2052 bool IsIndirect, Register Reg, in BuildMI()
2063 bool IsIndirect, MachineOperand &MO, in BuildMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp175 bool IsIndirect, in handleVirtualBaseClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp805 bool IsIndirect = in GetARMGVSymbol() local
827 bool IsIndirect = in GetARMGVSymbol() local
DARMFastISel.cpp545 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV); in ARMMaterializeGV() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp588 bool IsIndirect = MI.isIndirectDebugValue(); in replaceDebugValue() local
/third_party/node/deps/v8/src/objects/
Dstring-inl.h157 bool StringShape::IsIndirect() const { in IsIndirect() function