Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp504 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local
DARMFastISel.cpp1750 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
1790 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryFPOp()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp661 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate() local
1949 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in IsPromotionProfitable() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1844 bool AArch64FastISel::SelectRem(const Instruction *I, unsigned ISDOpcode) { in SelectRem()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp361 bool FastISel::SelectBinaryOp(const User *I, unsigned ISDOpcode) { in SelectBinaryOp()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1089 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()