Home
last modified time | relevance | path

Searched defs:VarInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DLiveVariables.h79 struct VarInfo { struct
84 SparseBitVector<> AliveBlocks;
89 std::vector<MachineInstr*> Kills;
94 bool removeKill(MachineInstr &MI) { in removeKill()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp119 struct VarInfo { struct in __anona1bd7b4c0111::CombineRule
120 const GIMatchDagInstr *N;
121 const GIMatchDagOperand *Op;
122 const DagInit *Matcher;
125 VarInfo(const GIMatchDagInstr *N, const GIMatchDagOperand *Op, in VarInfo() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCUDANV.cpp58 struct VarInfo { struct in __anondc789d010111::CGNVCUDARuntime
59 llvm::GlobalVariable *Var;
60 const VarDecl *D;
61 DeviceVarFlags Flags;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDIBuilder.cpp914 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
921 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
943 DILocalVariable *VarInfo, in insertDbgValueIntrinsic()
953 DILocalVariable *VarInfo, in insertDbgValueIntrinsic()
981 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
1004 Value *V, DILocalVariable *VarInfo, DIExpression *Expr, in insertDbgValueIntrinsic()
DDebugInfo.cpp1507 LLVMMetadataRef VarInfo, LLVMMetadataRef Expr, in LLVMDIBuilderInsertDeclareBefore()
1516 LLVMDIBuilderRef Builder, LLVMValueRef Storage, LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDeclareAtEnd()
1526 LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDbgValueBefore()
1538 LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDbgValueAtEnd()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.cpp335 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar()