Home
last modified time | relevance | path

Searched defs:CmpOpcode (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp753 const auto CmpOpcode = [](auto A, auto B) { return A.Opcode < B.Opcode; }; in getIntrinsicId() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp2204 unsigned CmpOpcode = in X86FastEmitSSESelect() local
2234 unsigned CmpOpcode = in X86FastEmitSSESelect() local
H A DX86TargetTransformInfo.cpp5290 unsigned CmpOpcode; in getMinMaxCost() local
H A DX86ISelLowering.cpp46754 unsigned CmpOpcode = EFLAGS.getOpcode(); in combineSetCCMOVMSK() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2355 unsigned CmpOpcode; in getMinMaxReductionCost() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp896 unsigned CmpOpcode = CmpInst::isFPPredicate(Pred) ? Instruction::FCmp in foldExtractedCmps() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1703 const unsigned CmpOpcode = CmpInstr.getOpcode(); in canInstrSubstituteCmpInstr() local
1781 const unsigned CmpOpcode = CmpInstr.getOpcode(); in canCmpInstrBeRemoved() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11539 unsigned CmpOpcode, in EmitAtomicBinary()
11714 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const { in EmitPartwordAtomicBinary()