Searched refs:ISDOpcode (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp357 bool FastISel::SelectBinaryOp(const User *I, unsigned ISDOpcode) { argument
371 (ISDOpcode == ISD::AND || ISDOpcode == ISD::OR ||
372 ISDOpcode == ISD::XOR))
387 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1,
409 if (ISDOpcode == ISD::SDIV && isa<BinaryOperator>(I) &&
413 ISDOpcode = ISD::SRA;
417 if (ISDOpcode == ISD::UREM && isa<BinaryOperator>(I) &&
420 ISDOpcode = ISD::AND;
423 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op
[all...]
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h362 bool SelectBinaryOp(const User *I, unsigned ISDOpcode);
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp478 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); local
527 Idx = CostTableLookup<MVT>(CostTbl, array_lengthof(CostTbl), ISDOpcode,
H A DARMFastISel.cpp163 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
164 bool SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode);
1778 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { argument
1787 switch (ISDOpcode) {
1816 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { argument
1832 switch (ISDOpcode) {

Completed in 102 milliseconds