Searched refs:isCompare (Results 1 – 25 of 36) sorted by relevance
12
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 148 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()
|
D | vktSampleVerifier.hpp | 98 bool isCompare; member
|
D | vktSampleVerifier.cpp | 831 DE_ASSERT(m_samplerParams.isCompare == false); in verifySampleImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantsContext.h | 482 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/ |
D | MCInstrDesc.h | 339 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/ |
D | PPCInstrSPE.td | 178 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/ |
D | SystemZElimCompare.cpp | 178 if (Compare.isCompare()) in getCompareSourceReg() 710 if (CompleteCCUsers && (MI.isCompare() || isLoadAndTestAsCmp(MI)) && in processBlock()
|
D | SystemZAsmPrinter.cpp | 34 if (MI->isCompare()) in lowerRILow() 48 if (MI->isCompare()) in lowerRIHigh()
|
D | SystemZInstrFormats.td | 3811 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 …]
|
D | SystemZInstrInfo.cpp | 519 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/ |
D | VOPCInstructions.td | 134 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;
|
D | SOPInstructions.td | 716 let isCompare = 1 in { 748 } // End isCompare = 1 879 let isCompare = 1; 887 let isCompare = 1;
|
D | SIShrinkInstructions.cpp | 664 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 571 (MI.getDesc().isCompare()) && in runOnMachineFunction()
|
D | HexagonSubtarget.cpp | 210 else if (DAG->SUnits[su].getInstr()->isCompare() && LastSequentialCall) in apply()
|
D | HexagonHardwareLoops.cpp | 467 if (!PredI->isCompare()) in findInductionRegister() 1709 if (!PredDef->isCompare()) in fixupInductionVariable()
|
D | HexagonDepInstrInfo.td | 2382 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/ |
D | ARMInstrThumb.td | 1082 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/ |
D | X86InstrArithmetic.td | 1180 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/ |
D | MachineInstr.h | 743 bool isCompare(QueryType Type = IgnoreBundle) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 1102 bool isCompare() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 1704 (MI->isCompare() && optimizeCmpInstr(*MI)) || in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 720 let isCodeGenOnly = 1, isCompare = 1 in {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 269 let isCompare = 1, Defs = [STATUS32] in {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 276 let isCompare = 1;
|
12