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

  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 253 Value *Arg1 = CI->getArgOperand(0);
257 if (Arg1->use_empty()) {
258 if (Constant *C = dyn_cast<Constant>(Arg1))
261 RecursivelyDeleteTriviallyDeadInstructions(Arg1);
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 90 unsigned short Arg0, Arg1; // Input operands for this value.
178 if (ShufTab[ShufTab[ThisOp].Arg1].Cost == 0) {
179 std::cerr << getZeroCostOpName(ShufTab[ThisOp].Arg1);
180 PrintMask(ShufTab[ThisOp].Arg1, std::cerr);
184 if (Vals[i] == ShufTab[ThisOp].Arg1) {
209 unsigned Arg0 = ShufTab[Elt].Arg0, Arg1 = ShufTab[Elt].Arg1;
212 if (Arg0 != Arg1 && ShufTab[Arg1].Cost)
213 EvaluateOps(Arg1, Vals, NumVals)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIISelLowering.cpp 417 SDValue Arg1 = N->getOperand(1);
426 && (C = dyn_cast<ConstantSDNode>(Arg1))
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 101 Value *Arg1 = args;
103 Value *AddResult = Builder.CreateAdd(Arg1, Arg2);
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 417 SDValue Arg1 = N->getOperand(1);
426 && (C = dyn_cast<ConstantSDNode>(Arg1))
  /external/llvm/lib/IR/
AutoUpgrade.cpp 277 Value *Arg1 = CI->getArgOperand(1);
281 PointerType::getUnqual(Arg1->getType()),
283 StoreInst *SI = Builder.CreateStore(Arg1, BC);
455 Value *Arg1 = CI->getArgOperand(1);
462 Builder.CreateBitCast(Arg1,
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hubbusif.h 112 ULONG Arg1;
wmidata.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 953 const ExprP<float>& arg1);
955 const ExprP<float>& arg1);
957 const ExprP<float>& arg1);
959 const ExprP<float>& arg1);
964 const ExprP<float>& arg1);
967 const ExprP<Vector<float, Size> >& arg1);
970 const ExprP<Vector<float, Size> >& arg1);
1110 typedef P1 Arg1;
1115 typedef typename Traits<Arg1>::IVal IArg1;
1119 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args
1575 const IArg1& arg1 = iargs.b; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntmsapi.h 550 NTMS_GUID Arg1;
564 NTMS_GUID Arg1;
799 NTMS_GUID Arg1;
813 NTMS_GUID Arg1;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 818 milliseconds