/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | LiveVariables.h | 80 struct VarInfo { struct 85 SparseBitVector<> AliveBlocks; 90 std::vector<MachineInstr*> Kills; 95 bool removeKill(MachineInstr &MI) { in removeKill()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | LiveVariables.h | 80 struct VarInfo { struct 85 SparseBitVector<> AliveBlocks; 90 std::vector<MachineInstr*> Kills; 95 bool removeKill(MachineInstr &MI) { in removeKill()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | LiveVariables.h | 80 struct VarInfo { struct 85 SparseBitVector<> AliveBlocks; 90 std::vector<MachineInstr*> Kills; 95 bool removeKill(MachineInstr &MI) { in removeKill()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | LiveVariables.h | 80 struct VarInfo { struct 85 SparseBitVector<> AliveBlocks; 90 std::vector<MachineInstr*> Kills; 95 bool removeKill(MachineInstr &MI) { in removeKill()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | LiveVariables.h | 80 struct VarInfo { struct 85 SparseBitVector<> AliveBlocks; 90 std::vector<MachineInstr*> Kills; 95 bool removeKill(MachineInstr &MI) { in removeKill()
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | LiveVariables.h | 79 struct VarInfo { struct 84 SparseBitVector<> AliveBlocks; 89 std::vector<MachineInstr*> Kills; 94 bool removeKill(MachineInstr &MI) { in removeKill()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveVariables.h | 79 struct VarInfo { struct 84 SparseBitVector<> AliveBlocks; 89 std::vector<MachineInstr*> Kills; 94 bool removeKill(MachineInstr &MI) { in removeKill()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceVariableSplitting.cpp | 55 struct VarInfo { struct in Ice::__anonf0d68d290111::VariableMap 57 Variable *MappedVar = nullptr; 59 const CfgNode *MappedVarNode = nullptr; 62 const Inst *LastUseInst = nullptr; 64 const CfgNode *LastUseNode = nullptr;
|
H A D | IceTargetLowering.cpp | 560 CfgUnorderedMap<Variable *, UseInfo> VarInfo; in postRegallocSplitting() local
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A D | EvaluateAsRValueTest.cpp | 35 explicit EvaluateConstantInitializersVisitor(VarInfoMap &VarInfo) in EvaluateConstantInitializersVisitor() 55 VarInfoMap &VarInfo; member in __anon69c552df0111::EvaluateConstantInitializersVisitor 72 VarInfoMap VarInfo; in HandleTranslationUnit() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 949 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 956 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 1008 DILocalVariable *VarInfo, in insertDbgValueIntrinsic() 1018 DILocalVariable *VarInfo, in insertDbgValueIntrinsic() 1026 DILocalVariable *VarInfo, in insertDbgAddrIntrinsic() 1036 DILocalVariable *VarInfo, in insertDbgAddrIntrinsic() 1065 llvm::Value *Val, DILocalVariable *VarInfo, DIExpression *Expr, in insertDbgValueIntrinsic() 1074 llvm::Value *Val, DILocalVariable *VarInfo, DIExpression *Expr, in insertDbgAddrIntrinsic() 1082 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 1106 Value *V, DILocalVariable *VarInfo, in insertDbgIntrinsic()
|
H A D | DebugInfo.cpp | 1567 LLVMMetadataRef VarInfo, LLVMMetadataRef Expr, in LLVMDIBuilderInsertDeclareBefore() 1576 LLVMDIBuilderRef Builder, LLVMValueRef Storage, LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDeclareAtEnd() 1586 LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDbgValueBefore() 1598 LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDbgValueAtEnd()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 852 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 859 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 881 DILocalVariable *VarInfo, in insertDbgValueIntrinsic() 891 DILocalVariable *VarInfo, in insertDbgValueIntrinsic() 922 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 944 Value *V, DILocalVariable *VarInfo, DIExpression *Expr, in insertDbgValueIntrinsic()
|
H A D | DebugInfo.cpp | 1347 LLVMMetadataRef VarInfo, LLVMMetadataRef Expr, in LLVMDIBuilderInsertDeclareBefore() 1356 LLVMDIBuilderRef Builder, LLVMValueRef Storage, LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDeclareAtEnd() 1366 LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDbgValueBefore() 1378 LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDbgValueAtEnd()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 720 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 739 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 764 DILocalVariable *VarInfo, in insertDbgValueIntrinsic() 787 DILocalVariable *VarInfo, in insertDbgValueIntrinsic()
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | DIBuilderBindings.cpp | 225 LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertDeclareAtEnd() 241 LLVMMetadataRef VarInfo, in LLVMDIBuilderInsertValueAtEnd()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
D | link.go | 535 type VarInfo struct { struct 536 dwarfInfoSym *LSym 551 func (s *LSym) VarInfo() *VarInfo { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 329 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 389 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar()
|