/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 150 bool IsIndirect; variable 158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue()
|
H A D | FastISel.cpp | 1301 bool IsIndirect = false; in lowerDbgValue() local 1309 bool IsIndirect = false; in lowerDbgValue() local
|
H A D | SelectionDAGISel.cpp | 734 bool IsIndirect = MI->isIndirectDebugValue(); in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocation.h | 258 bool IsIndirect() { return m_is_indirect; } in IsIndirect() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | WebAssembly.cpp | 160 bool IsIndirect = isAggregateTypeForABI(Ty) && in EmitVAArg() local
|
H A D | AArch64.cpp | 545 bool IsIndirect = AI.isIndirect(); in EmitAAPCSVAArg() local 806 bool IsIndirect = false; in EmitDarwinVAArg() local 819 bool IsIndirect = false; in EmitMSVAArg() local
|
H A D | SystemZ.cpp | 267 bool IsIndirect = AI.isIndirect(); in EmitVAArg() local
|
H A D | RISCV.cpp | 511 bool IsIndirect = TInfo.Width > 2 * SlotSize; in EmitVAArg() local
|
H A D | ARM.cpp | 772 bool IsIndirect = false; in EmitVAArg() local
|
H A D | AMDGPU.cpp | 123 const bool IsIndirect = false; in EmitVAArg() local
|
H A D | X86.cpp | 984 bool IsIndirect = false; in addFieldToArgStruct() local 3219 bool IsIndirect = Width > 64 || !llvm::isPowerOf2_64(Width); in EmitMSVAArg() local 3421 bool IsIndirect = Width > 64 || !llvm::isPowerOf2_64(Width); in EmitVAArg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MCInstLower.cpp | 54 bool IsIndirect = in GetGlobalValueSymbol() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUResourceUsageAnalysis.cpp | 530 bool IsIndirect = !Callee || Callee->isDeclaration(); in analyzeResourceUsage() local
|
H A D | AMDGPUCallLowering.cpp | 958 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 176 bool IsIndirect, in handleVirtualBaseClass() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 862 bool IsIndirect = in GetARMGVSymbol() local 884 bool IsIndirect = in GetARMGVSymbol() local
|
H A D | ARMFastISel.cpp | 530 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV); in ARMMaterializeGV() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2224 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() 2240 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() 2276 bool IsIndirect, Register Reg, in BuildMI() 2287 bool IsIndirect, in BuildMI()
|
H A D | LiveDebugVariables.cpp | 414 void addDef(SlotIndex Idx, ArrayRef<MachineOperand> LocMOs, bool IsIndirect, in addDef() 851 bool IsIndirect = MI.isDebugOffsetImm(); in handleDebugValue() local 1699 bool IsIndirect = DbgValue.getWasIndirect(); in insertDebugValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 598 bool IsIndirect = MI.isIndirectDebugValue(); in replaceDebugValue() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 206 QualType ValueTy, bool IsIndirect, in emitVoidPtrVAArg()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 223 bool Symbol::IsIndirect() const { return m_type == eSymbolTypeResolver; } in IsIndirect() function in Symbol
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1178 const bool IsIndirect : 1; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 1022 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 562 bool IsIndirect = in LowerCallResults() local
|