HomeSort by: relevance | last modified time | path
    Searched refs:CmpOpcode (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp 715 unsigned CmpOpcode = CmpInst::isFPPredicate(Pred) ? Instruction::FCmp
724 OldCost += TTI.getCmpSelInstrCost(CmpOpcode, I0->getType()) * 2;
733 InstructionCost NewCost = TTI.getCmpSelInstrCost(CmpOpcode, X->getType());
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 886 unsigned CmpOpcode = 0,
892 unsigned CmpOpcode = 0,
PPCISelLowering.cpp 10988 unsigned CmpOpcode,
11030 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr;
11033 if (CmpOpcode)
11072 if (CmpOpcode) {
11074 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) {
11078 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0)
11081 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0)
11161 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const {
11174 if (CmpOpcode == PPC::CMPW && !IsSignExtended) {
11182 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, CmpOpcode,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 2072 unsigned CmpOpcode;
2074 CmpOpcode = Instruction::FCmp;
2078 CmpOpcode = Instruction::ICmp;
2097 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy,
2122 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 459 CmpConstants(unsigned CmpOpcode, unsigned FlagsOpcode, unsigned SelectOpcode,
461 : ComparisonOpcode(CmpOpcode), ReadFlagsOpcode(FlagsOpcode),
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 1565 unsigned CmpOpcode =
1568 getCmpSelInstrCost(CmpOpcode, LegalVTy, LegalVTy,
AArch64InstrInfo.cpp 1703 const unsigned CmpOpcode = CmpInstr.getOpcode();
1704 if (!isADDSRegImm(CmpOpcode) && !isSUBSRegImm(CmpOpcode))
1780 const unsigned CmpOpcode = CmpInstr.getOpcode();
1781 bool IsSubsRegImm = isSUBSRegImm(CmpOpcode);
1784 if (!CmpValue && !IsSubsRegImm && !isADDSRegImm(CmpOpcode))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 2211 unsigned CmpOpcode =
2213 Register CmpReg = fastEmitInst_rri(CmpOpcode, VK1, CmpLHSReg, CmpRHSReg,
2241 unsigned CmpOpcode =
2246 Register CmpReg = fastEmitInst_rri(CmpOpcode, RC, CmpLHSReg, CmpRHSReg,
X86TargetTransformInfo.cpp 3884 unsigned CmpOpcode;
3886 CmpOpcode = Instruction::FCmp;
3890 CmpOpcode = Instruction::ICmp;
3896 getCmpSelInstrCost(CmpOpcode, Ty, CondTy, CmpInst::BAD_ICMP_PREDICATE,
X86ISelLowering.cpp     [all...]

Completed in 95 milliseconds