Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/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.cpp1272 bool IsIndirect = false; lowerDbgValue() local
1280 bool IsIndirect = false; lowerDbgValue() local
H A DSelectionDAGISel.cpp619 bool IsIndirect = MI->isIndirectDebugValue(); runOnMachineFunction() local
H A DSelectionDAG.cpp10669 getDbgValue(DIVariable * Var,DIExpression * Expr,SDNode * N,unsigned R,bool IsIndirect,const DebugLoc & DL,unsigned O) getDbgValue() argument
10695 getFrameIndexDbgValue(DIVariable * Var,DIExpression * Expr,unsigned FI,bool IsIndirect,const DebugLoc & DL,unsigned O) getFrameIndexDbgValue() argument
10707 getFrameIndexDbgValue(DIVariable * Var,DIExpression * Expr,unsigned FI,ArrayRef<SDNode * > Dependencies,bool IsIndirect,const DebugLoc & DL,unsigned O) getFrameIndexDbgValue() argument
10720 getVRegDbgValue(DIVariable * Var,DIExpression * Expr,unsigned VReg,bool IsIndirect,const DebugLoc & DL,unsigned O) getVRegDbgValue() argument
10733 getDbgValueList(DIVariable * Var,DIExpression * Expr,ArrayRef<SDDbgOperand> Locs,ArrayRef<SDNode * > Dependencies,bool IsIndirect,const DebugLoc & DL,unsigned O,bool IsVariadic) getDbgValueList() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h258 bool IsIndirect() { return m_is_indirect; } in IsIndirect() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp528 bool IsIndirect = AI.isIndirect(); EmitAAPCSVAArg() local
792 bool IsIndirect = false; EmitDarwinVAArg() local
805 bool IsIndirect = false; EmitMSVAArg() local
[all...]
H A DWebAssembly.cpp160 bool IsIndirect = isAggregateTypeForABI(Ty) && in EmitVAArg() local
H A DSystemZ.cpp267 bool IsIndirect = AI.isIndirect(); in EmitVAArg() local
H A DRISCV.cpp506 bool IsIndirect = TInfo.Width > 2 * SlotSize; EmitVAArg() local
H A DARM.cpp777 bool IsIndirect = false; EmitVAArg() local
H A DX86.cpp981 bool IsIndirect = false; addFieldToArgStruct() local
3196 bool IsIndirect = Width > 64 || !llvm::isPowerOf2_64(Width); EmitMSVAArg() local
3398 bool IsIndirect = Width > 64 || !llvm::isPowerOf2_64(Width); EmitVAArg() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp53 bool IsIndirect = GetGlobalValueSymbol() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp527 bool IsIndirect = !Callee || Callee->isDeclaration(); analyzeResourceUsage() local
H A DAMDGPUCallLowering.cpp958 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp176 bool IsIndirect, in handleVirtualBaseClass()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp862 bool IsIndirect = in GetARMGVSymbol() local
884 bool IsIndirect = in GetARMGVSymbol() local
H A DARMFastISel.cpp530 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV); in ARMMaterializeGV() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2154 BuildMI(MachineFunction & MF,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,Register Reg,const MDNode * Variable,const MDNode * Expr) BuildMI() argument
2170 BuildMI(MachineFunction & MF,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,ArrayRef<MachineOperand> DebugOps,const MDNode * Variable,const MDNode * Expr) BuildMI() argument
2206 BuildMI(MachineBasicBlock & BB,MachineBasicBlock::iterator I,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,Register Reg,const MDNode * Variable,const MDNode * Expr) BuildMI() argument
2217 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 void addDef(SlotIndex Idx, ArrayRef<MachineOperand> LocMOs, bool IsIndirect, in addDef() argument
851 bool IsIndirect = MI.isDebugOffsetImm(); in handleDebugValue() local
1699 bool IsIndirect = DbgValue.getWasIndirect(); in insertDebugValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp598 bool IsIndirect = MI.isIndirectDebugValue(); in replaceDebugValue() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp203 emitVoidPtrVAArg(CodeGenFunction & CGF,Address VAListAddr,QualType ValueTy,bool IsIndirect,TypeInfoChars ValueInfo,CharUnits SlotSizeAndAlign,bool AllowHigherAlign,bool ForceRightAdjust) emitVoidPtrVAArg() argument
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp227 bool Symbol::IsIndirect() const { return m_type == eSymbolTypeResolver; } IsIndirect() function in Symbol
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1167 const bool IsIndirect : 1; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1013 getCallOpcode(const MachineFunction & CallerF,bool IsIndirect,bool IsTailCall) getCallOpcode() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp550 bool IsIndirect = LowerCallResults() local

12