HomeSort by relevance Sort by last modified time
    Searched refs:Op2 (Results 26 - 42 of 42) sorted by null

12

  /external/llvm/lib/VMCore/
Constants.cpp 802 Constant *Op0, *Op1, *Op2;
820 Op2 = (OpNo == 2) ? Op : getOperand(2);
821 return ConstantExpr::getSelect(Op0, Op1, Op2);
825 Op2 = (OpNo == 2) ? Op : getOperand(2);
826 return ConstantExpr::getInsertElement(Op0, Op1, Op2);
834 Op2 = (OpNo == 2) ? Op : getOperand(2);
835 return ConstantExpr::getShuffleVector(Op0, Op1, Op2);
    [all...]
Instructions.cpp 61 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) {
62 if (Op1->getType() != Op2->getType())
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 722 const SDValue &Op2) {
728 Ops[2].setInitial(Op2);
736 const SDValue &Op2, const SDValue &Op3) {
742 Ops[2].setInitial(Op2);
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 664 unsigned Op1, Op2, NewDstIdx;
665 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2))
668 NewDstIdx = Op2;
669 else if (Op2 == UseOpIdx)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 506 unsigned Op2,
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 180 SDValue Op2 = GetPromotedInteger(N->getOperand(2));
184 Op2, N->getMemOperand(), N->getOrdering(),
193 SDValue Op2 = GetPromotedInteger(N->getOperand(2));
197 Op2, Op3, N->getMemOperand(), N->getOrdering(),
    [all...]
FastISel.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 856 Value *Op1 = CI->getArgOperand(0), *Op2 = CI->getArgOperand(1);
861 return EmitUnaryFloatFnCall(Op2, "exp2", B, Callee->getAttributes());
864 ConstantFP *Op2C = dyn_cast<ConstantFP>(Op2);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 759 milliseconds

12