Home
last modified time | relevance | path

Searched refs:getInstructionSet (Results 1 – 13 of 13) 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/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h82 Record *getInstructionSet() const;
DCodeGenTarget.cpp288 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
513 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
561 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
DCodeEmitterGen.cpp297 if (Target.getInstructionSet()-> in getInstructionCaseForEncoding()
DInstrInfoEmitter.cpp528 Record *InstrInfo = Target.getInstructionSet(); in run()
DFixedLenDecoderEmitter.cpp1868 if (Target.getInstructionSet()-> in populateInstruction()
1874 if (Target.getInstructionSet()-> in populateInstruction()
/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.h1278 assert(InstX86Base::getTarget(Func)->getInstructionSet() >= Traits::SSE4_1); in emitIAS()
1821 assert(InstX86Base::getTarget(Func)->getInstructionSet() >= Traits::SSE4_1); in emitIAS()