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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp340 bool FastISel::SelectBinaryOp(const User *I, unsigned ISDOpcode) { argument
354 (ISDOpcode == ISD::AND || ISDOpcode == ISD::OR ||
355 ISDOpcode == ISD::XOR))
370 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1,
392 if (ISDOpcode == ISD::SDIV && isa<BinaryOperator>(I) &&
396 ISDOpcode = ISD::SRA;
400 if (ISDOpcode == ISD::UREM && isa<BinaryOperator>(I) &&
403 ISDOpcode = ISD::AND;
406 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DFastISel.h362 bool SelectBinaryOp(const User *I, unsigned ISDOpcode);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp161 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
162 bool SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode);
1768 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { argument
1777 switch (ISDOpcode) {
1806 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { argument
1820 switch (ISDOpcode) {

Completed in 107 milliseconds