HomeSort by relevance Sort by last modified time
    Searched defs:Arg0 (Results 1 - 8 of 8) 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/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 401 Value *Arg0 = CI->getArgOperand(0);
405 Value *BC = Builder.CreateBitCast(Arg0,
462 Value *Arg0 = CI->getArgOperand(0);
468 Value *Sel0 = Builder.CreateAnd(Arg0, Sel);
756 Value *Arg0 = CI->getArgOperand(0);
757 if (Arg0->getType() != VectorType::get(Type::getFloatTy(C), 4))
765 Value *BC0 = Builder.CreateBitCast(Arg0, NewVecTy, "cast");
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 185 /// arg0 - address to operate on
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 941 ExprP<float> operator-(const ExprP<float>& arg0);
942 ExprP<float> operator+(const ExprP<float>& arg0,
944 ExprP<float> operator-(const ExprP<float>& arg0,
946 ExprP<float> operator*(const ExprP<float>& arg0,
948 ExprP<float> operator/(const ExprP<float>& arg0,
951 ExprP<Vector<float, Size> > operator-(const ExprP<Vector<float, Size> >& arg0);
953 ExprP<Vector<float, Size> > operator*(const ExprP<Vector<float, Size> >& arg0,
956 ExprP<Vector<float, Size> > operator*(const ExprP<Vector<float, Size> >& arg0,
959 ExprP<Vector<float, Size> > operator-(const ExprP<Vector<float, Size> >& arg0,
1099 typedef P0 Arg0;
1596 const IArg0& arg0 = iargs.a; local
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 962 ExprP<float> operator-(const ExprP<float>& arg0);
963 ExprP<float> operator+(const ExprP<float>& arg0,
965 ExprP<float> operator-(const ExprP<float>& arg0,
967 ExprP<float> operator*(const ExprP<float>& arg0,
969 ExprP<float> operator/(const ExprP<float>& arg0,
972 ExprP<Vector<float, Size> > operator-(const ExprP<Vector<float, Size> >& arg0);
974 ExprP<Vector<float, Size> > operator*(const ExprP<Vector<float, Size> >& arg0,
977 ExprP<Vector<float, Size> > operator*(const ExprP<Vector<float, Size> >& arg0,
980 ExprP<Vector<float, Size> > operator-(const ExprP<Vector<float, Size> >& arg0,
1120 typedef P0 Arg0;
1617 const IArg0& arg0 = iargs.a; local
    [all...]

Completed in 325 milliseconds