| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 149 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 D | SelectionDAGISel.cpp | 613 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 D | SelectionDAG.cpp | 8763 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 D | FastISel.cpp | 1315 bool IsIndirect = false; in selectIntrinsicCall() local 1317 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, II, IsIndirect, Reg, in selectIntrinsicCall()
|
| H A D | SelectionDAGBuilder.cpp | 5600 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 D | MachineInstrBuilder.h | 445 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 D | SelectionDAG.h | 1484 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 D | Symbol.cpp | 175 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 D | MachineInstr.cpp | 2107 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 D | LiveDebugVariables.cpp | 417 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 D | AMDGPUResourceUsageAnalysis.cpp | 443 bool IsIndirect = !Callee || Callee->isDeclaration(); in analyzeResourceUsage() local 444 if (!IsIndirect) in analyzeResourceUsage() 447 if (IsIndirect || I == CallGraphResourceInfo.end()) { in analyzeResourceUsage()
|
| H A D | AMDGPUCallLowering.cpp | 904 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 602 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 D | BreakpointLocation.h | 255 bool IsIndirect() { return m_is_indirect; } in IsIndirect() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MCInstLower.cpp | 47 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 D | PPCISelLowering.h | 1126 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 D | TargetInfo.cpp | 369 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 D | Symbol.h | 176 bool IsIndirect() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 40 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 D | WebAssemblyISelLowering.cpp | 508 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 D | AArch64CallLowering.cpp | 840 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 D | ARMAsmPrinter.cpp | 823 bool IsIndirect = in GetARMGVSymbol() local 826 if (!IsIndirect) in GetARMGVSymbol() 845 bool IsIndirect = in GetARMGVSymbol() local 847 if (!IsIndirect) in GetARMGVSymbol()
|
| H A D | ARMFastISel.cpp | 531 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 D | TypeIndexDiscovery.cpp | 176 bool IsIndirect, in handleVirtualBaseClass() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1838 is_indirect_function = symbol->IsIndirect(); in AddOneFunction()
|