HomeSort by relevance Sort by last modified time
    Searched refs:ISDOpcode (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 357 bool FastISel::SelectBinaryOp(const User *I, unsigned ISDOpcode) {
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, Op0
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 362 bool SelectBinaryOp(const User *I, unsigned ISDOpcode);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 478 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode);
527 Idx = CostTableLookup<MVT>(CostTbl, array_lengthof(CostTbl), ISDOpcode,
ARMFastISel.cpp 163 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
164 bool SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode);
    [all...]

Completed in 78 milliseconds