Home
last modified time | relevance | path

Searched refs:ParseInstructionMetadata (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h322 bool ParseInstructionMetadata(Instruction *Inst, PerFunctionState *PFS);
DLLParser.cpp1065 bool LLParser::ParseInstructionMetadata(Instruction *Inst, in ParseInstructionMetadata() function in LLParser
2846 if (ParseInstructionMetadata(Inst, &PFS)) in ParseBasicBlock()
2854 if (ParseInstructionMetadata(Inst, &PFS)) in ParseBasicBlock()
/external/llvm/lib/AsmParser/
DLLParser.h425 bool ParseInstructionMetadata(Instruction &Inst);
DLLParser.cpp1733 bool LLParser::ParseInstructionMetadata(Instruction &Inst) { in ParseInstructionMetadata() function in LLParser
4902 if (ParseInstructionMetadata(*Inst)) in ParseBasicBlock()
4910 if (ParseInstructionMetadata(*Inst)) in ParseBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h514 bool ParseInstructionMetadata(Instruction &Inst);
DLLParser.cpp1949 bool LLParser::ParseInstructionMetadata(Instruction &Inst) { in ParseInstructionMetadata() function in LLParser
5407 if (ParseInstructionMetadata(*Inst)) in ParseBasicBlock()
5415 if (ParseInstructionMetadata(*Inst)) in ParseBasicBlock()