Home
last modified time | relevance | path

Searched refs:isCompare (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp186 if (samplerParams.isCompare) in genSamplerDeclaration()
242 if (samplerParams.isCompare && numCoordComp == 4) in genLookupCode()
246 else if (samplerParams.isCompare) in genLookupCode()
267 if (samplerParams.isCompare && !hasSeparateCompare) in genLookupCode()
303 if (samplerParams.isCompare && hasSeparateCompare) in genLookupCode()
538 if (samplerParams.isCompare) in mapSamplerCreateInfo()
DvktSampleVerifier.hpp97 bool isCompare; member
DvktSampleVerifier.cpp858 DE_ASSERT(m_samplerParams.isCompare == false); in verifySampleImpl()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h362 bool isCompare() const { in isCompare() function
/external/llvm/lib/IR/
DConstantsContext.h459 SubclassData(CE->isCompare() ? CE->getPredicate() : 0), Ops(Operands),
465 SubclassData(CE->isCompare() ? CE->getPredicate() : 0),
486 if (SubclassData != (CE->isCompare() ? CE->getPredicate() : 0))
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp163 if (Compare.isCompare()) in getCompareSourceReg()
479 if (CompleteCCUsers && (MI.isCompare() || isLoadAndTestAsCmp(MI)) && in processBlock()
DSystemZAsmPrinter.cpp32 if (MI->isCompare()) in lowerRILow()
46 if (MI->isCompare()) in lowerRIHigh()
DSystemZInstrFormats.td1883 let isCompare = 1;
1893 let isCompare = 1;
1901 let isCompare = 1;
1909 let isCompare = 1;
1917 let isCompare = 1;
1933 let isCompare = 1;
1945 let isCompare = 1;
1959 let isCompare = 1;
1983 let isCompare = 1;
1992 let isCompare = 1;
[all …]
/external/llvm/include/llvm/MC/
DMCInstrDesc.h267 bool isCompare() const { return Flags & (1 << MCID::Compare); } in isCompare() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h222 bool isCompare; variable
DInstrInfoEmitter.cpp275 if (Inst.isCompare) OS << "|(1<<MCID::Compare)"; in emitRecord()
DCodeGenInstruction.cpp297 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h227 bool isCompare : 1; variable
DInstrInfoEmitter.cpp482 if (Inst.isCompare) OS << "|(1ULL<<MCID::Compare)"; in emitRecord()
DCodeGenInstruction.cpp306 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPeepholeOptimizer.cpp441 } else if (MCID.isCompare()) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb.td932 let isCompare = 1, Defs = [CPSR] in {
947 } // isCompare = 1, Defs = [CPSR]
950 let isCompare = 1, Defs = [CPSR] in {
979 } // isCompare = 1, Defs = [CPSR]
1185 let isCompare = 1, isCommutable = 1, Defs = [CPSR] in
/external/llvm/lib/Target/Hexagon/
DHexagonNewValueJump.cpp515 (MI.getDesc().isCompare()) && in runOnMachineFunction()
DHexagonMachineScheduler.cpp33 else if (SUnits[su].getInstr()->isCompare() && LastSequentialCall) in postprocessDAG()
DHexagonHardwareLoops.cpp448 if (!PredI->isCompare()) in findInductionRegister()
1672 if (!PredDef->isCompare()) in fixupInductionVariable()
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td987 let isCompare = 1, Defs = [CPSR] in {
1002 } // isCompare = 1, Defs = [CPSR]
1005 let isCompare = 1, Defs = [CPSR] in {
1034 } // isCompare = 1, Defs = [CPSR]
1246 let isCompare = 1, isCommutable = 1, Defs = [CPSR] in
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h498 bool isCompare(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h463 CE->isCompare() ? CE->getPredicate() : 0,
DConstants.cpp745 bool ConstantExpr::isCompare() const { in isCompare() function in ConstantExpr
788 assert(isCompare()); in getPredicate()
2145 } else if (isCompare()) { in replaceUsesOfWithOnConstant()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h755 bool isCompare() const;

12