Home
last modified time | relevance | path

Searched refs:GetInstByName (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.cpp228 GetInstByName(const char *Name, in GetInstByName() function
274 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum()
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp288 GetInstByName(const char *Name, in GetInstByName() function
309 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.cpp340 GetInstByName(const char *Name, in GetInstByName() function
366 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp465 static Instruction &GetInstByName(Function &F, StringRef Name) { in GetInstByName() function
528 auto &I0 = GetInstByName(F, "iv0"); in TEST_F()