Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h150 bool IsIndirect; variable
158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue() argument
163 Var(Var), Expr(Expr), DL(DL), Order(O), IsIndirect(IsIndirect), in SDDbgValue()
166 assert(!(IsVariadic && IsIndirect)); in SDDbgValue()
210 bool isIndirect() const { return IsIndirect; } in isIndirect()
H A DSelectionDAGISel.cpp583 bool IsIndirect = MI->isIndirectDebugValue(); in runOnMachineFunction() local
584 if (IsIndirect) in runOnMachineFunction()
593 IsIndirect, LDI->second, Variable, Expr); in runOnMachineFunction()
616 BuildMI(*MF, DL, TII->get(TargetOpcode::DBG_VALUE), IsIndirect, in runOnMachineFunction()
H A DFastISel.cpp1313 bool IsIndirect = false; in selectIntrinsicCall() local
1314 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD.getDL(), II, IsIndirect, in selectIntrinsicCall()
H A DSelectionDAG.cpp10081 SDNode *N, unsigned R, bool IsIndirect, in getDbgValue() argument
10087 {}, IsIndirect, DL, O, in getDbgValue()
10107 bool IsIndirect, in getFrameIndexDbgValue() argument
10112 return getFrameIndexDbgValue(Var, Expr, FI, {}, IsIndirect, DL, O); in getFrameIndexDbgValue()
10119 bool IsIndirect, in getFrameIndexDbgValue() argument
10126 Dependencies, IsIndirect, DL, O, in getFrameIndexDbgValue()
10132 unsigned VReg, bool IsIndirect, in getVRegDbgValue() argument
10138 {}, IsIndirect, DL, O, in getVRegDbgValue()
10145 bool IsIndirect, const DebugLoc &DL, in getDbgValueList() argument
10150 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, Locs, Dependencies, IsIndirect, in getDbgValueList()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp175 bool Symbol::IsIndirect() const { return m_type == eSymbolTypeResolver; } in IsIndirect() function in Symbol
512 bool is_indirect = IsIndirect(); in ResolveCallableAddress()
517 is_indirect = reexported_symbol->IsIndirect(); in ResolveCallableAddress()
521 is_indirect = IsIndirect(); in ResolveCallableAddress()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h483 const MCInstrDesc &MCID, bool IsIndirect,
490 const MCInstrDesc &MCID, bool IsIndirect,
499 const MCInstrDesc &MCID, bool IsIndirect,
507 const MCInstrDesc &MCID, bool IsIndirect,
H A DSelectionDAG.h1740 unsigned R, bool IsIndirect, const DebugLoc &DL,
1750 unsigned FI, bool IsIndirect,
1757 bool IsIndirect, const DebugLoc &DL,
1762 unsigned VReg, bool IsIndirect,
1768 ArrayRef<SDNode *> Dependencies, bool IsIndirect,
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp413 void addDef(SlotIndex Idx, ArrayRef<MachineOperand> LocMOs, bool IsIndirect, in addDef() argument
418 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef()
850 bool IsIndirect = MI.isDebugOffsetImm(); in handleDebugValue() local
851 if (IsIndirect) in handleDebugValue()
862 IsIndirect, IsList, *Expr); in handleDebugValue()
1698 bool IsIndirect = DbgValue.getWasIndirect(); in insertDebugValue() local
1704 if (IsIndirect) in insertDebugValue()
1707 IsIndirect = true; in insertDebugValue()
1723 BuildMI(*MBB, I, getDebugLoc(), TII.get(DbgValueOpcode), IsIndirect, MOs, in insertDebugValue()
H A DMachineInstr.cpp2118 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() argument
2126 if (IsIndirect) in BuildMI()
2134 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() argument
2146 return BuildMI(MF, DL, MCID, IsIndirect, DebugOp.getReg(), Variable, in BuildMI()
2150 if (IsIndirect) in BuildMI()
2170 bool IsIndirect, Register Reg, in BuildMI() argument
2173 MachineInstr *MI = BuildMI(MF, DL, MCID, IsIndirect, Reg, Variable, Expr); in BuildMI()
2181 bool IsIndirect, in BuildMI() argument
2186 BuildMI(MF, DL, MCID, IsIndirect, DebugOps, Variable, Expr); in BuildMI()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp528 bool IsIndirect = !Callee || Callee->isDeclaration(); in analyzeResourceUsage() local
529 if (!IsIndirect) in analyzeResourceUsage()
551 if (IsIndirect || I == CallGraphResourceInfo.end()) { in analyzeResourceUsage()
H A DAMDGPUCallLowering.cpp958 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() argument
960 assert(!(IsIndirect && IsTailCall) && "Indirect calls can't be tail calls, " in getCallOpcode()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp599 bool IsIndirect = MI.isIndirectDebugValue(); in replaceDebugValue() local
603 if (IsIndirect) in replaceDebugValue()
618 return BuildMI(*MBB, MBB->erase(&MI), DL, TII->get(Opcode), IsIndirect, in replaceDebugValue()
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h258 bool IsIndirect() { return m_is_indirect; } in IsIndirect() function
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp48 bool IsIndirect = in GetGlobalAddressSymbol() local
51 if (!IsIndirect) in GetGlobalAddressSymbol()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp393 if (IsIndirect) { in emitVoidPtrVAArg()
403 if (IsIndirect) in emitVoidPtrVAArg()
410 if (IsIndirect) { in emitVoidPtrVAArg()
2040 IsIndirect = true; in addFieldToArgStruct()
2043 if (IsIndirect) in addFieldToArgStruct()
6012 if (IsIndirect) in EmitAAPCSVAArg()
6127 if (IsIndirect) { in EmitAAPCSVAArg()
6214 if (IsIndirect) in EmitAAPCSVAArg()
6244 if (IsIndirect) in EmitAAPCSVAArg()
7651 if (IsIndirect) { in EmitVAArg()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1177 const bool IsIndirect : 1; member
1182 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) in CallFlags()
1184 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect), in CallFlags()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h186 bool IsIndirect() const;
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp40 if (symbol && symbol->IsIndirect()) { in BreakpointLocation()
580 if (IsIndirect() && m_bp_site_sp) { in GetDescription()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp537 bool IsIndirect = CallParams.getOperand(0).isReg(); in LowerCallResults() local
541 if (IsIndirect) { in LowerCallResults()
551 if (IsIndirect && IsRetCall) { in LowerCallResults()
553 } else if (IsIndirect) { in LowerCallResults()
569 if (IsIndirect && MF.getSubtarget<WebAssemblySubtarget>().hasAddr64()) { in LowerCallResults()
580 if (IsIndirect) { in LowerCallResults()
604 if (IsIndirect) { in LowerCallResults()
640 if (IsIndirect && IsFuncrefCall) { in LowerCallResults()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp909 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() argument
912 return IsIndirect ? getBLRCallOpcode(CallerF) : (unsigned)AArch64::BL; in getCallOpcode()
914 if (!IsIndirect) in getCallOpcode()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp845 bool IsIndirect = in GetARMGVSymbol() local
848 if (!IsIndirect) in GetARMGVSymbol()
867 bool IsIndirect = in GetARMGVSymbol() local
869 if (!IsIndirect) in GetARMGVSymbol()
H A DARMFastISel.cpp530 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV); in ARMMaterializeGV() local
590 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD; in ARMMaterializeGV()
604 (Subtarget->isTargetMachO() && IsIndirect)) { in ARMMaterializeGV()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1511 bool IsIndirect) { in canonicalizeExpressionOps() argument
1520 if (!IsIndirect) { in canonicalizeExpressionOps()
1531 IsIndirect = false; in canonicalizeExpressionOps()
1535 if (IsIndirect) in canonicalizeExpressionOps()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp176 bool IsIndirect, in handleVirtualBaseClass() argument
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp995 if (symbol && symbol->IsIndirect()) { in GetStepThroughTrampolinePlan()

12