Home
last modified time | relevance | path

Searched refs:isCompare (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp148 if (samplerParams.isCompare) in genSamplerDeclaration()
204 if (samplerParams.isCompare && numCoordComp == 4) in genLookupCode()
208 else if (samplerParams.isCompare) in genLookupCode()
229 if (samplerParams.isCompare && !hasSeparateCompare) in genLookupCode()
265 if (samplerParams.isCompare && hasSeparateCompare) in genLookupCode()
400 if (samplerParams.isCompare) in mapSamplerCreateInfo()
H A DvktSampleVerifier.hpp98 bool isCompare; member
H A DvktSampleVerifier.cpp831 DE_ASSERT(m_samplerParams.isCompare == false);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp148 if (samplerParams.isCompare) in genSamplerDeclaration()
204 if (samplerParams.isCompare && numCoordComp == 4) in genLookupCode()
208 else if (samplerParams.isCompare) in genLookupCode()
229 if (samplerParams.isCompare && !hasSeparateCompare) in genLookupCode()
265 if (samplerParams.isCompare && hasSeparateCompare) in genLookupCode()
400 if (samplerParams.isCompare) in mapSamplerCreateInfo()
H A DvktSampleVerifier.hpp98 bool isCompare; member
H A DvktSampleVerifier.cpp831 DE_ASSERT(m_samplerParams.isCompare == false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantsContext.h482 SubclassData(CE->isCompare() ? CE->getPredicate() : 0), Ops(Operands), in ConstantExprKeyType()
490 SubclassData(CE->isCompare() ? CE->getPredicate() : 0), in ConstantExprKeyType()
512 if (SubclassData != (CE->isCompare() ? CE->getPredicate() : 0)) in operator ==()
H A DConstants.cpp1231 bool ConstantExpr::isCompare() const { in isCompare() function in ConstantExpr
H A DAsmWriter.cpp1513 if (CE->isCompare()) in WriteConstantInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp178 if (Compare.isCompare()) in getCompareSourceReg()
710 if (CompleteCCUsers && (MI.isCompare() || isLoadAndTestAsCmp(MI)) && in processBlock()
H A DSystemZAsmPrinter.cpp34 if (MI->isCompare()) in lowerRILow()
48 if (MI->isCompare()) in lowerRIHigh()
H A DSystemZInstrInfo.cpp519 assert(MI.isCompare() && "Caller should have checked for a comparison"); in analyzeCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h339 bool isCompare() const { return Flags & (1ULL << MCID::Compare); } in isCompare() function in llvm::MCInstrDesc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp571 (MI.getDesc().isCompare()) && in runOnMachineFunction()
H A DHexagonSubtarget.cpp210 else if (DAG->SUnits[su].getInstr()->isCompare() && LastSequentialCall) in apply()
H A DHexagonHardwareLoops.cpp467 if (!PredI->isCompare()) in findInductionRegister()
1709 if (!PredDef->isCompare()) in fixupInductionVariable()
H A DHexagonConstPropagation.cpp1973 if (MI.isCompare()) { in evaluate()
H A DHexagonInstrInfo.cpp2150 if (MI.mayLoadOrStore() || MI.isCompare()) in isEarlySourceInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp664 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstr.h743 bool isCompare(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h1102 bool isCompare() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1704 (MI->isCompare() && optimizeCmpInstr(*MI)) || in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DConstantFolding.cpp1107 if (CE->isCompare()) in ConstantFoldConstantImpl()

Completed in 53 milliseconds