Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
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()
DvktSampleVerifier.hpp98 bool isCompare; member
DvktSampleVerifier.cpp831 DE_ASSERT(m_samplerParams.isCompare == false); in verifySampleImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h482 SubclassData(CE->isCompare() ? CE->getPredicate() : 0), Ops(Operands),
490 SubclassData(CE->isCompare() ? CE->getPredicate() : 0),
512 if (SubclassData != (CE->isCompare() ? CE->getPredicate() : 0))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h339 bool isCompare() const { return Flags & (1ULL << MCID::Compare); } in isCompare() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrSPE.td178 let isCompare = 1 in {
237 let isCompare = 1 in {
273 let isCompare = 1 in {
324 let isCompare = 1 in {
360 let isCompare = 1 in {
413 let isCompare = 1 in {
454 let isCompare = 1 in {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp178 if (Compare.isCompare()) in getCompareSourceReg()
710 if (CompleteCCUsers && (MI.isCompare() || isLoadAndTestAsCmp(MI)) && in processBlock()
DSystemZAsmPrinter.cpp34 if (MI->isCompare()) in lowerRILow()
48 if (MI->isCompare()) in lowerRIHigh()
DSystemZInstrFormats.td3811 let isCompare = 1;
3821 let isCompare = 1;
3829 let isCompare = 1;
3837 let isCompare = 1;
3845 let isCompare = 1;
3861 let isCompare = 1;
3873 let isCompare = 1;
3887 let isCompare = 1;
3935 let isCompare = 1;
3945 let isCompare = 1;
[all …]
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/lib/Target/AMDGPU/
DVOPCInstructions.td134 field bit isCompare;
215 let isCompare = 1;
224 let isCompare = 1;
233 let isCompare = 1;
250 let isCompare = 1;
260 let isCompare = 1;
270 let isCompare = 1;
DSOPInstructions.td716 let isCompare = 1 in {
748 } // End isCompare = 1
879 let isCompare = 1;
887 let isCompare = 1;
DSIShrinkInstructions.cpp664 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonNewValueJump.cpp571 (MI.getDesc().isCompare()) && in runOnMachineFunction()
DHexagonSubtarget.cpp210 else if (DAG->SUnits[su].getInstr()->isCompare() && LastSequentialCall) in apply()
DHexagonHardwareLoops.cpp467 if (!PredI->isCompare()) in findInductionRegister()
1709 if (!PredDef->isCompare()) in fixupInductionVariable()
DHexagonDepInstrInfo.td2382 let isCompare = 1;
2395 let isCompare = 1;
2407 let isCompare = 1;
2419 let isCompare = 1;
2431 let isCompare = 1;
2443 let isCompare = 1;
2461 let isCompare = 1;
2474 let isCompare = 1;
2491 let isCompare = 1;
2503 let isCompare = 1;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb.td1082 let isCompare = 1, Defs = [CPSR] in {
1097 } // isCompare = 1, Defs = [CPSR]
1100 let isCompare = 1, Defs = [CPSR] in {
1129 } // isCompare = 1, Defs = [CPSR]
1406 let isCompare = 1, isCommutable = 1, Defs = [CPSR] in
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrArithmetic.td1180 let isCompare = 1 in {
1191 let isCompare = 1 in {
1228 let isCompare = 1 in {
1268 } // isCompare
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h743 bool isCompare(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h1102 bool isCompare() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp1704 (MI->isCompare() && optimizeCmpInstr(*MI)) || in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td720 let isCodeGenOnly = 1, isCompare = 1 in {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.td269 let isCompare = 1, Defs = [STATUS32] in {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrFPU.td276 let isCompare = 1;

12