Home
last modified time | relevance | path

Searched refs:getIC (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp52 const Instruction &Instr = State.getIC().getInstr(Opcode); in checkAndGetCodeTemplates()
153 const Instruction &Instr = State.getIC().getInstr(Opcode); in TEST_F()
210 const Instruction &Instr = State.getIC().getInstr(Opcode); in TEST_F()
361 const Instruction &Instr = State.getIC().getInstr(Opcode); in TEST_F()
376 return State.getIC().getInstr(Opcode); in getInstr()
416 const Instruction &Instr = State.getIC().getInstr(Opcode); in TEST_F()
DTargetTest.cpp123 return State.getIC().getInstr(OpCode); in getInstr()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DSnippetGeneratorTest.cpp41 const Instruction &Instr = State.getIC().getInstr(Opcode); in checkAndGetCodeTemplates()
91 const Instruction &Instr = State.getIC().getInstr(Mips::XOR); in TEST_F()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DLlvmState.h64 const InstructionsCache &getIC() const { return *IC; } in getIC() function
DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DPass3bVerifier.java92 public InstructionContext getIC(final int i) { in getIC() method in Pass3bVerifier.InstructionContextQueue
145 u = icq.getIC(r); in circulationPump()
150 u = icq.getIC(0); in circulationPump()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/
DSnippetGeneratorTest.cpp41 const Instruction &Instr = State.getIC().getInstr(Opcode); in checkAndGetCodeTemplates()
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp251 const Instruction &Instr = State.getIC().getInstr(Opcode); in generateSnippets()