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

  /external/clang/test/CXX/special/class.conv/class.conv.ctor/
p1.cpp 7 template <typename Arg0, typename... Args>
8 void_type(Arg0&&, Args&&...) { }
  /external/clang/test/SemaCXX/
crash-lambda-12645424.cpp 39 template<typename Arg0> rvalue_builder< type_list<Arg0> > on(const Arg0& ) ;
  /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/llvm/lib/IR/
AutoUpgrade.cpp 201 Value *Arg0 = CI->getArgOperand(0);
205 Value *BC = Builder.CreateBitCast(Arg0,
348 Value *Arg0 = CI->getArgOperand(0);
349 if (Arg0->getType() != VectorType::get(Type::getFloatTy(C), 4))
356 Builder.CreateBitCast(Arg0,
  /external/clang/tools/libclang/
CXComment.cpp 595 StringRef Arg0 = C->getArgText(0);
596 if (Arg0.empty())
610 appendToResultWithHTMLEscaping(Arg0);
616 appendToResultWithHTMLEscaping(Arg0);
622 appendToResultWithHTMLEscaping(Arg0);
969 StringRef Arg0 = C->getArgText(0);
970 if (Arg0.empty())
983 appendToResultWithXMLEscaping(Arg0);
989 appendToResultWithXMLEscaping(Arg0);
995 appendToResultWithXMLEscaping(Arg0);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
acpi-dsdt.dsl 481 CreateWordField (Arg0, 0x01, TMP)
528 CreateWordField (Arg0, 0x01, TMP)
575 CreateWordField (Arg0, 0x01, TMP)
622 CreateWordField (Arg0, 0x01, TMP)
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 395 SDValue Arg0 = N->getOperand(0);
403 && Arg0.getOpcode() == ISD::SIGN_EXTEND
404 && Arg0.getOperand(0).getValueType() == MVT::i1
408 return SimplifySetCC(VT, Arg0.getOperand(0),
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 658 Value *Arg0 = II->getArgOperand(0);
662 if (isa<ConstantAggregateZero>(Arg0) || isa<ConstantAggregateZero>(Arg1)) {
670 if (ConstantDataVector *CV0 = dyn_cast<ConstantDataVector>(Arg0)) {
688 std::swap(Arg0, Arg1);
697 return CastInst::CreateZExtOrBitCast(Arg0, II->getType());
699 return CastInst::CreateSExtOrBitCast(Arg0, II->getType());
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGObjCMac.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 570 milliseconds