Searched refs:CmpOpcode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1470 unsigned CmpOpcode; in getMinMaxReductionCost() local 1472 CmpOpcode = Instruction::FCmp; in getMinMaxReductionCost() 1476 CmpOpcode = Instruction::ICmp; in getMinMaxReductionCost() 1496 ConcreteTTI->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, nullptr) + in getMinMaxReductionCost() 1521 (ConcreteTTI->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, nullptr) + in getMinMaxReductionCost()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 721 unsigned CmpOpcode = 0, 727 unsigned CmpOpcode = 0,
|
| H A D | PPCISelLowering.cpp | 9791 unsigned CmpOpcode, in EmitAtomicBinary() argument 9833 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitAtomicBinary() 9836 if (CmpOpcode) in EmitAtomicBinary() 9875 if (CmpOpcode) { in EmitAtomicBinary() 9877 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary() 9881 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary() 9884 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary() 9940 if (CmpOpcode) in EmitPartwordAtomicBinary() 10047 if (CmpOpcode) { in EmitPartwordAtomicBinary() 10056 if (CmpOpcode == PPC::CMPW) { in EmitPartwordAtomicBinary() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 411 CmpConstants(unsigned CmpOpcode, unsigned FlagsOpcode, unsigned OpRegBank, in CmpConstants() 413 : ComparisonOpcode(CmpOpcode), ReadFlagsOpcode(FlagsOpcode), in CmpConstants()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2236 unsigned CmpOpcode = in X86FastEmitSSESelect() local 2238 unsigned CmpReg = fastEmitInst_rri(CmpOpcode, VK1, CmpLHSReg, CmpLHSIsKill, in X86FastEmitSSESelect() 2267 unsigned CmpOpcode = in X86FastEmitSSESelect() local 2272 unsigned CmpReg = fastEmitInst_rri(CmpOpcode, RC, CmpLHSReg, CmpLHSIsKill, in X86FastEmitSSESelect()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 1400 const unsigned CmpOpcode = CmpInstr->getOpcode(); in canInstrSubstituteCmpInstr() local 1401 if (!isADDSRegImm(CmpOpcode) && !isSUBSRegImm(CmpOpcode)) in canInstrSubstituteCmpInstr()
|