Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp392 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local
DARMFastISel.cpp1745 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
1785 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryFPOp()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp956 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate() local
2698 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal() local
4953 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote() local
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1160 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1648 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp382 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { in selectBinaryOp()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4427 bool AArch64FastISel::selectRem(const Instruction *I, unsigned ISDOpcode) { in selectRem()