Home
last modified time | relevance | path

Searched refs:IsIndirect (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h53 bool IsIndirect; variable
61 : Var(Var), Expr(Expr), DL(std::move(dl)), Order(O), IsIndirect(indir) { in SDDbgValue()
70 : Var(Var), Expr(Expr), DL(std::move(dl)), Order(O), IsIndirect(false) { in SDDbgValue()
77 bool IsIndirect, DebugLoc DL, unsigned Order, in SDDbgValue() argument
79 : Var(Var), Expr(Expr), DL(DL), Order(Order), IsIndirect(IsIndirect) { in SDDbgValue()
114 bool isIndirect() const { return IsIndirect; } in isIndirect()
DSelectionDAGISel.cpp600 bool IsIndirect = MI->isIndirectDebugValue(); in runOnMachineFunction() local
601 if (IsIndirect) in runOnMachineFunction()
608 IsIndirect, LDI->second, Variable, Expr); in runOnMachineFunction()
629 BuildMI(*MF, DL, TII->get(TargetOpcode::DBG_VALUE), IsIndirect, in runOnMachineFunction()
DFastISel.cpp1439 bool IsIndirect = false; in selectIntrinsicCall() local
1440 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, II, IsIndirect, Reg, in selectIntrinsicCall()
DSelectionDAG.cpp8124 SDNode *N, unsigned R, bool IsIndirect, in getDbgValue() argument
8129 SDDbgValue(Var, Expr, N, R, IsIndirect, DL, O); in getDbgValue()
8145 bool IsIndirect, in getFrameIndexDbgValue() argument
8151 SDDbgValue(Var, Expr, FI, IsIndirect, DL, O, SDDbgValue::FRAMEIX); in getFrameIndexDbgValue()
8157 unsigned VReg, bool IsIndirect, in getVRegDbgValue() argument
8162 SDDbgValue(Var, Expr, VReg, IsIndirect, DL, O, SDDbgValue::VREG); in getVRegDbgValue()
DSelectionDAGBuilder.cpp5625 bool IsIndirect = false; in EmitFuncArgumentDbgValue() local
5647 IsIndirect = IsDbgDeclare; in EmitFuncArgumentDbgValue()
5714 IsIndirect = IsDbgDeclare; in EmitFuncArgumentDbgValue()
5728 IsIndirect = (Op->isReg()) ? IsIndirect : true; in EmitFuncArgumentDbgValue()
5730 BuildMI(MF, DL, TII->get(TargetOpcode::DBG_VALUE), IsIndirect, in EmitFuncArgumentDbgValue()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DConvertIndex.comp13 // * IsIndirect: Use indirect buffer for index info
32 #if IsIndirect
99 #if IsIndirect
137 #if IsIndirect
/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() argument
289 DbgValueLocation Loc(getLocationNo(LocMO), IsIndirect); in addDef()
658 bool IsIndirect = MI.getOperand(1).isImm(); in handleDebugValue() local
659 if (IsIndirect) in handleDebugValue()
666 UV->addDef(Idx, MI.getOperand(0), IsIndirect); in handleDebugValue()
1334 bool IsIndirect = Loc.wasIndirect(); in insertDebugValue() local
1336 if (IsIndirect) in insertDebugValue()
1340 IsIndirect = true; in insertDebugValue()
1347 IsIndirect, MO, Variable, Expr); in insertDebugValue()
DMachineInstr.cpp2015 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() argument
2023 if (IsIndirect) in BuildMI()
2031 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() argument
2039 return BuildMI(MF, DL, MCID, IsIndirect, MO.getReg(), Variable, Expr); in BuildMI()
2042 if (IsIndirect) in BuildMI()
2052 bool IsIndirect, Register Reg, in BuildMI() argument
2055 MachineInstr *MI = BuildMI(MF, DL, MCID, IsIndirect, Reg, Variable, Expr); in BuildMI()
2063 bool IsIndirect, MachineOperand &MO, in BuildMI() argument
2066 MachineInstr *MI = BuildMI(MF, DL, MCID, IsIndirect, MO, Variable, Expr); in BuildMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h433 const MCInstrDesc &MCID, bool IsIndirect,
440 const MCInstrDesc &MCID, bool IsIndirect,
449 const MCInstrDesc &MCID, bool IsIndirect,
457 const MCInstrDesc &MCID, bool IsIndirect,
DSelectionDAG.h1319 unsigned R, bool IsIndirect, const DebugLoc &DL,
1329 unsigned FI, bool IsIndirect,
1334 unsigned VReg, bool IsIndirect,
/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
590 if (IsIndirect) in replaceDebugValue()
593 IsIndirect, VReg, Var, Expr); in replaceDebugValue()
/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
48 if (!IsIndirect) in GetGlobalAddressSymbol()
DAArch64CallLowering.cpp762 static unsigned getCallOpcode(const Function &CallerF, bool IsIndirect, in getCallOpcode() argument
765 return IsIndirect ? AArch64::BLR : AArch64::BL; in getCallOpcode()
767 if (!IsIndirect) in getCallOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp805 bool IsIndirect = in GetARMGVSymbol() local
808 if (!IsIndirect) in GetARMGVSymbol()
827 bool IsIndirect = in GetARMGVSymbol() local
829 if (!IsIndirect) in GetARMGVSymbol()
DARMFastISel.cpp545 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV); in ARMMaterializeGV() local
609 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD; in ARMMaterializeGV()
622 if (IsIndirect) { in ARMMaterializeGV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp175 bool IsIndirect, in handleVirtualBaseClass() argument