Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp397 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local
DARMFastISel.cpp1752 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
1792 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryFPOp()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp904 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate() local
2215 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal() local
4153 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote() local
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1137 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp381 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { in selectBinaryOp()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4441 bool AArch64FastISel::selectRem(const Instruction *I, unsigned ISDOpcode) { in selectRem()