Searched refs:CmpOpcode (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1663 unsigned CmpOpcode; in getMinMaxReductionCost() local 1665 CmpOpcode = Instruction::FCmp; in getMinMaxReductionCost() 1669 CmpOpcode = Instruction::ICmp; in getMinMaxReductionCost() 1689 ConcreteTTI->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, nullptr) + in getMinMaxReductionCost() 1714 (ConcreteTTI->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, nullptr) + in getMinMaxReductionCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 782 unsigned CmpOpcode = 0, 788 unsigned CmpOpcode = 0,
|
D | PPCISelLowering.cpp | 10621 unsigned CmpOpcode, in EmitAtomicBinary() argument 10663 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitAtomicBinary() 10666 if (CmpOpcode) in EmitAtomicBinary() 10705 if (CmpOpcode) { in EmitAtomicBinary() 10707 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary() 10711 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary() 10714 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary() 10739 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const { in EmitPartwordAtomicBinary() argument 10742 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, CmpOpcode, in EmitPartwordAtomicBinary() 10767 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitPartwordAtomicBinary() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 461 CmpConstants(unsigned CmpOpcode, unsigned FlagsOpcode, unsigned SelectOpcode, in CmpConstants() 463 : ComparisonOpcode(CmpOpcode), ReadFlagsOpcode(FlagsOpcode), in CmpConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2208 unsigned CmpOpcode = in X86FastEmitSSESelect() local 2210 unsigned CmpReg = fastEmitInst_rri(CmpOpcode, VK1, CmpLHSReg, CmpLHSIsKill, in X86FastEmitSSESelect() 2239 unsigned CmpOpcode = in X86FastEmitSSESelect() local 2244 unsigned CmpReg = fastEmitInst_rri(CmpOpcode, RC, CmpLHSReg, CmpLHSIsKill, in X86FastEmitSSESelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 1402 const unsigned CmpOpcode = CmpInstr->getOpcode(); in canInstrSubstituteCmpInstr() local 1403 if (!isADDSRegImm(CmpOpcode) && !isSUBSRegImm(CmpOpcode)) in canInstrSubstituteCmpInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 1510 constexpr IValueT CmpOpcode = B3 | B1; // ie. 1010 in cmp() local 1511 emitCompareOp(Cond, CmpOpcode, OpRn, OpSrc1, CmpName); in cmp()
|