Home
last modified time | relevance | path

Searched defs:IsIndirect (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h258 bool IsIndirect() { return m_is_indirect; } IsIndirect() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h150 bool IsIndirect; variable
158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue()
H A DFastISel.cpp1297 bool IsIndirect = false; lowerDbgValue() local
1305 bool IsIndirect = false; lowerDbgValue() local
H A DSelectionDAGISel.cpp734 bool IsIndirect = MI->isIndirectDebugValue(); runOnMachineFunction() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp160 bool IsIndirect = isAggregateTypeForABI(Ty) && in EmitVAArg() local
H A DAArch64.cpp562 bool IsIndirect = AI.isIndirect(); EmitAAPCSVAArg() local
823 bool IsIndirect = false; EmitDarwinVAArg() local
836 bool IsIndirect = false; EmitMSVAArg() local
[all...]
H A DSystemZ.cpp267 bool IsIndirect = AI.isIndirect(); in EmitVAArg() local
H A DRISCV.cpp510 bool IsIndirect = TInfo.Width > 2 * SlotSize; EmitVAArg() local
H A DARM.cpp768 bool IsIndirect = false; EmitVAArg() local
H A DAMDGPU.cpp123 const bool IsIndirect = false; EmitVAArg() local
H A DX86.cpp984 bool IsIndirect = false; addFieldToArgStruct() local
3219 bool IsIndirect = Width > 64 || !llvm::isPowerOf2_64(Width); EmitMSVAArg() local
3421 bool IsIndirect = Width > 64 || !llvm::isPowerOf2_64(Width); EmitVAArg() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp54 bool IsIndirect = GetGlobalValueSymbol() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp534 bool IsIndirect = !Callee || Callee->isDeclaration(); analyzeResourceUsage() local
H A DAMDGPUCallLowering.cpp958 assert((AMDGPU::isChainCC(CC) || !IsIndirect || !IsTailCall) && in getCallOpcode() argument
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp176 bool IsIndirect, in handleVirtualBaseClass()
/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp598 bool IsIndirect = MI.isIndirectDebugValue(); in replaceDebugValue() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp884 if (!IsIndirect) in GetARMGVSymbol() local
862 bool IsIndirect = GetARMGVSymbol() local
H A DARMFastISel.cpp530 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV); ARMMaterializeGV() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2225 BuildMI(MachineFunction & MF,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,Register Reg,const MDNode * Variable,const MDNode * Expr) BuildMI() argument
2241 BuildMI(MachineFunction & MF,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,ArrayRef<MachineOperand> DebugOps,const MDNode * Variable,const MDNode * Expr) BuildMI() argument
2277 BuildMI(MachineBasicBlock & BB,MachineBasicBlock::iterator I,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,Register Reg,const MDNode * Variable,const MDNode * Expr) BuildMI() argument
2288 BuildMI(MachineBasicBlock & BB,MachineBasicBlock::iterator I,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,ArrayRef<MachineOperand> DebugOps,const MDNode * Variable,const MDNode * Expr) BuildMI() argument
H A DLiveDebugVariables.cpp414 addDef(SlotIndex Idx,ArrayRef<MachineOperand> LocMOs,bool IsIndirect,bool IsList,const DIExpression & Expr) addDef() argument
851 bool IsIndirect = MI.isDebugOffsetImm(); handleDebugValue() local
1699 bool IsIndirect = DbgValue.getWasIndirect(); insertDebugValue() local
/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp206 emitVoidPtrVAArg(CodeGenFunction & CGF,Address VAListAddr,QualType ValueTy,bool IsIndirect,TypeInfoChars ValueInfo,CharUnits SlotSizeAndAlign,bool AllowHigherAlign,AggValueSlot Slot,bool ForceRightAdjust) emitVoidPtrVAArg() argument
/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp223 bool Symbol::IsIndirect() const { return m_type == eSymbolTypeResolver; } in IsIndirect() function in Symbol
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1178 const bool IsIndirect : 1; global() member
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1018 getCallOpcode(const MachineFunction & CallerF,bool IsIndirect,bool IsTailCall,std::optional<CallLowering::PtrAuthInfo> & PAI,MachineRegisterInfo & MRI) getCallOpcode() argument
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp562 bool IsIndirect = LowerCallResults() local

12