Home
last modified time | relevance | path

Searched refs:getInstructionSet (Results 1 – 11 of 11) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenTarget.cpp175 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
337 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
384 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
DCodeGenTarget.h93 Record *getInstructionSet() const;
DCodeEmitterGen.cpp188 if (Target.getInstructionSet()-> in getInstructionCase()
DInstrInfoEmitter.cpp352 Record *InstrInfo = Target.getInstructionSet(); in run()
DFixedLenDecoderEmitter.cpp1748 if (Target.getInstructionSet()-> in populateInstruction()
1754 if (Target.getInstructionSet()-> in populateInstruction()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.h88 Record *getInstructionSet() const;
DCodeGenTarget.cpp138 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
301 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
DInstrInfoEmitter.cpp177 Record *InstrInfo = Target.getInstructionSet(); in run()
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1941 Target->getInstructionSet() >= Traits::SSE4_1; in create()
2159 InstX86Base::getTarget(Func)->getInstructionSet() >=
2179 InstX86Base::getTarget(Func)->getInstructionSet() >= in create()
2273 InstX86Base::getTarget(Func)->getInstructionSet() >= Traits::SSE4_1); in create()
2306 assert(InstX86Base::getTarget(Func)->getInstructionSet() >= in create()
2326 assert(InstX86Base::getTarget(Func)->getInstructionSet() >= in create()
2348 InstX86Base::getTarget(Func)->getInstructionSet() >= in create()
DIceTargetLoweringX86Base.h241 InstructionSetEnum getInstructionSet() const { return InstructionSet; } in getInstructionSet() function
DIceInstX86BaseImpl.h1273 assert(InstX86Base::getTarget(Func)->getInstructionSet() >= Traits::SSE4_1); in emitIAS()
1810 assert(InstX86Base::getTarget(Func)->getInstructionSet() >= Traits::SSE4_1); in emitIAS()