Home
last modified time | relevance | path

Searched defs:getInstructionSet (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86.h43 InstructionSetX86 getInstructionSet() const { return InstructionSet; } in getInstructionSet() function
66 inline InstructionSetX86 getInstructionSet(const Cfg *Func) { in getInstructionSet() function
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp175 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget