Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h149 bool IsIndirect; variable
157 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue() argument
162 Var(Var), Expr(Expr), DL(DL), Order(O), IsIndirect(IsIndirect), in SDDbgValue()
165 assert(!(IsVariadic && IsIndirect)); in SDDbgValue()
209 bool isIndirect() const { return IsIndirect; } in isIndirect()
H A DSelectionDAGISel.cpp613 bool IsIndirect = MI->isIndirectDebugValue(); in runOnMachineFunction() local
614 if (IsIndirect) in runOnMachineFunction()
623 IsIndirect, LDI->second, Variable, Expr); in runOnMachineFunction()
646 BuildMI(*MF, DL, TII->get(TargetOpcode::DBG_VALUE), IsIndirect, in runOnMachineFunction()
H A DSelectionDAG.cpp8763 SDNode *N, unsigned R, bool IsIndirect, in getDbgValue() argument
8769 {}, IsIndirect, DL, O, in getDbgValue()
8789 bool IsIndirect, in getFrameIndexDbgValue() argument
8794 return getFrameIndexDbgValue(Var, Expr, FI, {}, IsIndirect, DL, O); in getFrameIndexDbgValue()
8801 bool IsIndirect, in getFrameIndexDbgValue() argument
8808 Dependencies, IsIndirect, DL, O, in getFrameIndexDbgValue()
8814 unsigned VReg, bool IsIndirect, in getVRegDbgValue() argument
8820 {}, IsIndirect, DL, O, in getVRegDbgValue()
8827 bool IsIndirect, const DebugLoc &DL, in getDbgValueList() argument
8832 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, Locs, Dependencies, IsIndirect, in getDbgValueList()
H A DFastISel.cpp1315 bool IsIndirect = false; in selectIntrinsicCall() local
1317 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, II, IsIndirect, Reg, in selectIntrinsicCall()
H A DSelectionDAGBuilder.cpp5600 bool IsIndirect = false; in EmitFuncArgumentDbgValue() local
5622 IsIndirect = IsDbgDeclare; in EmitFuncArgumentDbgValue()
5688 IsIndirect = IsDbgDeclare; in EmitFuncArgumentDbgValue()
5705 NewMI = MakeVRegDbgValue(Op->getReg(), Expr, IsIndirect); in EmitFuncArgumentDbgValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h445 const MCInstrDesc &MCID, bool IsIndirect,
452 const MCInstrDesc &MCID, bool IsIndirect,
459 const MCInstrDesc &MCID, bool IsIndirect,
468 const MCInstrDesc &MCID, bool IsIndirect,
476 const MCInstrDesc &MCID, bool IsIndirect,
484 const MCInstrDesc &MCID, bool IsIndirect,
H A DSelectionDAG.h1484 unsigned R, bool IsIndirect, const DebugLoc &DL,
1494 unsigned FI, bool IsIndirect,
1501 bool IsIndirect, const DebugLoc &DL,
1506 unsigned VReg, bool IsIndirect,
1512 ArrayRef<SDNode *> Dependencies, bool IsIndirect,
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2107 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() argument
2115 if (IsIndirect) in BuildMI()
2123 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() argument
2131 return BuildMI(MF, DL, MCID, IsIndirect, MO.getReg(), Variable, Expr); in BuildMI()
2134 if (IsIndirect) in BuildMI()
2142 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() argument
2150 return BuildMI(MF, DL, MCID, IsIndirect, MOs[0], Variable, Expr); in BuildMI()
2165 bool IsIndirect, Register Reg, in BuildMI() argument
2168 MachineInstr *MI = BuildMI(MF, DL, MCID, IsIndirect, Reg, Variable, Expr); in BuildMI()
2176 bool IsIndirect, MachineOperand &MO, in BuildMI() argument
[all …]
H A DLiveDebugVariables.cpp417 void addDef(SlotIndex Idx, ArrayRef<MachineOperand> LocMOs, bool IsIndirect, in addDef() argument
422 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef()
856 bool IsIndirect = MI.isDebugOffsetImm(); in handleDebugValue() local
857 if (IsIndirect) in handleDebugValue()
868 IsIndirect, IsList, *Expr); in handleDebugValue()
1711 bool IsIndirect = DbgValue.getWasIndirect(); in insertDebugValue() local
1717 if (IsIndirect) in insertDebugValue()
1720 IsIndirect = true; in insertDebugValue()
1736 BuildMI(*MBB, I, getDebugLoc(), TII.get(DbgValueOpcode), IsIndirect, MOs, in insertDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp443 bool IsIndirect = !Callee || Callee->isDeclaration(); in analyzeResourceUsage() local
444 if (!IsIndirect) in analyzeResourceUsage()
447 if (IsIndirect || I == CallGraphResourceInfo.end()) { in analyzeResourceUsage()
H A DAMDGPUCallLowering.cpp904 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp602 bool IsIndirect = MI.isIndirectDebugValue(); in replaceDebugValue() local
606 if (IsIndirect) in replaceDebugValue()
621 return BuildMI(*MBB, MBB->erase(&MI), DL, TII->get(Opcode), IsIndirect, in replaceDebugValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h255 bool IsIndirect() { return m_is_indirect; } in IsIndirect() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp47 bool IsIndirect = (TargetFlags & (AArch64II::MO_DLLIMPORT | AArch64II::MO_COFFSTUB)); in GetGlobalAddressSymbol() local
48 if (!IsIndirect) in GetGlobalAddressSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1126 const bool IsIndirect : 1; member
1131 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) in CallFlags()
1133 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect), in CallFlags()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp369 if (IsIndirect) { in emitVoidPtrVAArg()
379 if (IsIndirect) in emitVoidPtrVAArg()
387 if (IsIndirect) { in emitVoidPtrVAArg()
1978 IsIndirect = true; in addFieldToArgStruct()
1981 if (IsIndirect) in addFieldToArgStruct()
5896 if (IsIndirect) in EmitAAPCSVAArg()
6011 if (IsIndirect) { in EmitAAPCSVAArg()
6098 if (IsIndirect) in EmitAAPCSVAArg()
6128 if (IsIndirect) in EmitAAPCSVAArg()
7444 if (IsIndirect) { in EmitVAArg()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h176 bool IsIndirect() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp40 if (symbol && symbol->IsIndirect()) { in BreakpointLocation()
580 if (IsIndirect() && m_bp_site_sp) { in GetDescription()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp508 bool IsIndirect = CallParams.getOperand(0).isReg(); in LowerCallResults() local
512 if (IsIndirect) { in LowerCallResults()
522 if (IsIndirect && IsRetCall) { in LowerCallResults()
524 } else if (IsIndirect) { in LowerCallResults()
540 if (IsIndirect && MF.getSubtarget<WebAssemblySubtarget>().hasAddr64()) { in LowerCallResults()
551 if (IsIndirect) { in LowerCallResults()
560 if (IsIndirect) { in LowerCallResults()
596 if (IsIndirect && IsFuncrefCall) { in LowerCallResults()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp840 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() argument
843 return IsIndirect ? getBLRCallOpcode(CallerF) : (unsigned)AArch64::BL; in getCallOpcode()
845 if (!IsIndirect) in getCallOpcode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp823 bool IsIndirect = in GetARMGVSymbol() local
826 if (!IsIndirect) in GetARMGVSymbol()
845 bool IsIndirect = in GetARMGVSymbol() local
847 if (!IsIndirect) in GetARMGVSymbol()
H A DARMFastISel.cpp531 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV); in ARMMaterializeGV() local
591 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD; in ARMMaterializeGV()
605 (Subtarget->isTargetMachO() && IsIndirect) || in ARMMaterializeGV()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp176 bool IsIndirect, in handleVirtualBaseClass() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1838 is_indirect_function = symbol->IsIndirect(); in AddOneFunction()

12