HomeSort by relevance Sort by last modified time
    Searched defs:Arg0 (Results 1 - 9 of 9) sorted by null

  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 90 unsigned short Arg0, Arg1; // Input operands for this value.
148 if (ShufTab[Op].Arg0 == 0x0123)
150 else if (ShufTab[Op].Arg0 == 0x4567)
164 if (ShufTab[ShufTab[ThisOp].Arg0].Cost == 0) {
165 std::cerr << getZeroCostOpName(ShufTab[ThisOp].Arg0);
166 PrintMask(ShufTab[ThisOp].Arg0, std::cerr);
170 if (Vals[i] == ShufTab[ThisOp].Arg0) {
209 unsigned Arg0 = ShufTab[Elt].Arg0, Arg1 = ShufTab[Elt].Arg1;
210 if (ShufTab[Arg0].Cost
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIISelLowering.cpp 416 SDValue Arg0 = N->getOperand(0);
424 && Arg0.getOpcode() == ISD::SIGN_EXTEND
425 && Arg0.getOperand(0).getValueType() == MVT::i1
429 return SimplifySetCC(VT, Arg0.getOperand(0),
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 416 SDValue Arg0 = N->getOperand(0);
424 && Arg0.getOpcode() == ISD::SIGN_EXTEND
425 && Arg0.getOperand(0).getValueType() == MVT::i1
429 return SimplifySetCC(VT, Arg0.getOperand(0),
  /external/llvm/lib/IR/
AutoUpgrade.cpp 276 Value *Arg0 = CI->getArgOperand(0);
280 Value *BC = Builder.CreateBitCast(Arg0,
450 Value *Arg0 = CI->getArgOperand(0);
451 if (Arg0->getType() != VectorType::get(Type::getFloatTy(C), 4))
458 Builder.CreateBitCast(Arg0,
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 951 ExprP<float> operator-(const ExprP<float>& arg0);
952 ExprP<float> operator+(const ExprP<float>& arg0,
954 ExprP<float> operator-(const ExprP<float>& arg0,
956 ExprP<float> operator*(const ExprP<float>& arg0,
958 ExprP<float> operator/(const ExprP<float>& arg0,
961 ExprP<Vector<float, Size> > operator-(const ExprP<Vector<float, Size> >& arg0);
963 ExprP<Vector<float, Size> > operator*(const ExprP<Vector<float, Size> >& arg0,
966 ExprP<Vector<float, Size> > operator*(const ExprP<Vector<float, Size> >& arg0,
969 ExprP<Vector<float, Size> > operator-(const ExprP<Vector<float, Size> >& arg0,
1109 typedef P0 Arg0;
1574 const IArg0& arg0 = iargs.a; local
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 253 milliseconds