/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 53 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()
|
D | SelectionDAGISel.cpp | 600 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()
|
D | FastISel.cpp | 1439 bool IsIndirect = false; in selectIntrinsicCall() local 1440 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, II, IsIndirect, Reg, in selectIntrinsicCall()
|
D | SelectionDAG.cpp | 8124 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()
|
D | SelectionDAGBuilder.cpp | 5625 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/ |
D | ConvertIndex.comp | 13 // * 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/ |
D | LiveDebugVariables.cpp | 288 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()
|
D | MachineInstr.cpp | 2015 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/ |
D | MachineInstrBuilder.h | 433 const MCInstrDesc &MCID, bool IsIndirect, 440 const MCInstrDesc &MCID, bool IsIndirect, 449 const MCInstrDesc &MCID, bool IsIndirect, 457 const MCInstrDesc &MCID, bool IsIndirect,
|
D | SelectionDAG.h | 1319 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/ |
D | X86OptimizeLEAs.cpp | 588 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/ |
D | AArch64MCInstLower.cpp | 47 bool IsIndirect = (TargetFlags & (AArch64II::MO_DLLIMPORT | AArch64II::MO_COFFSTUB)); in GetGlobalAddressSymbol() local 48 if (!IsIndirect) in GetGlobalAddressSymbol()
|
D | AArch64CallLowering.cpp | 762 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/ |
D | ARMAsmPrinter.cpp | 805 bool IsIndirect = in GetARMGVSymbol() local 808 if (!IsIndirect) in GetARMGVSymbol() 827 bool IsIndirect = in GetARMGVSymbol() local 829 if (!IsIndirect) in GetARMGVSymbol()
|
D | ARMFastISel.cpp | 545 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/ |
D | TypeIndexDiscovery.cpp | 175 bool IsIndirect, in handleVirtualBaseClass() argument
|