Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMFastISel.cpp1736 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
1776 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryFPOp()
DARMTargetTransformInfo.cpp1321 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsFastISel.cpp1909 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1268 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp444 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { in selectBinaryOp()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1959 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate() local
4125 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal() local
7513 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4563 bool AArch64FastISel::selectRem(const Instruction *I, unsigned ISDOpcode) { in selectRem()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp5868 static unsigned getRVVReductionOp(unsigned ISDOpcode) { in getRVVReductionOp()
6104 static unsigned getRVVVPReductionOp(unsigned ISDOpcode) { in getRVVVPReductionOp()