Home
last modified time | relevance | path

Searched refs:InstructionList (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2031 Instruction *Inst = InstructionList[Record[0]]; in ParseMetadataAttachment()
2053 InstructionList.clear(); in ParseFunctionBody()
2172 InstructionList.push_back(I); in ParseFunctionBody()
2204 InstructionList.push_back(I); in ParseFunctionBody()
2223 InstructionList.push_back(I); in ParseFunctionBody()
2246 InstructionList.push_back(I); in ParseFunctionBody()
2270 InstructionList.push_back(I); in ParseFunctionBody()
2285 InstructionList.push_back(I); in ParseFunctionBody()
2312 InstructionList.push_back(I); in ParseFunctionBody()
2323 InstructionList.push_back(I); in ParseFunctionBody()
[all …]
DBitcodeReader.h137 SmallVector<Instruction *, 64> InstructionList; variable
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp205 SmallVector<Instruction *, 64> InstructionList; member in __anon01c39de90111::BitcodeReader
4315 Instruction *Inst = InstructionList[Record[0]]; in parseMetadataAttachment()
4369 InstructionList.clear(); in parseFunctionBody()
4529 InstructionList.push_back(I); in parseFunctionBody()
4568 InstructionList.push_back(Temp); in parseFunctionBody()
4577 InstructionList.push_back(I); in parseFunctionBody()
4619 InstructionList.push_back(I); in parseFunctionBody()
4660 InstructionList.push_back(I); in parseFunctionBody()
4705 InstructionList.push_back(I); in parseFunctionBody()
4720 InstructionList.push_back(I); in parseFunctionBody()
[all …]
/external/swiftshader/third_party/LLVM/utils/
Dllvm.grm348 BasicBlock ::= InstructionList OptLocalAssign BBTerminatorInst ;
350 InstructionList ::= +++ InstructionList Inst
/external/llvm/utils/
Dllvm.grm349 BasicBlock ::= InstructionList OptLocalAssign BBTerminatorInst ;
351 InstructionList ::= +++ InstructionList Inst