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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULowerKernelArguments.cpp 132 Value *ArgPtr;
141 ArgPtr = Builder.CreateConstInBoundsGEP1_64(
145 ArgPtr = Builder.CreateBitCast(ArgPtr,
147 ArgPtr->getName() + ".cast");
149 ArgPtr = Builder.CreateConstInBoundsGEP1_64(
153 ArgPtr = Builder.CreateBitCast(ArgPtr, ArgTy->getPointerTo(AS),
154 ArgPtr->getName() + ".cast");
160 ArgPtr = Builder.CreateBitCast(ArgPtr, V4Ty->getPointerTo(AS))
    [all...]
  /external/clang/include/clang/Lex/
MacroArgs.h 84 static unsigned getArgLength(const Token *ArgPtr);
  /external/clang/lib/Lex/
MacroArgs.cpp 103 unsigned MacroArgs::getArgLength(const Token *ArgPtr) {
105 for (; ArgPtr->isNot(tok::eof); ++ArgPtr)
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 522 void *ArgPtr = GVTOP(AV);
525 (int)(intptr_t)ArgPtr);
528 (intptr_t)ArgPtr);
  /external/clang/lib/CodeGen/
CGExprComplex.cpp     [all...]
CGExprAgg.cpp     [all...]
CGExprScalar.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 106 if (const auto *ArgPtr = Arg.Info.getPointer())
107 Info.setPointer(new AlignedMap(*ArgPtr));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
GlobalsModRef.cpp 112 if (const auto *ArgPtr = Arg.Info.getPointer())
113 Info.setPointer(new AlignedMap(*ArgPtr));
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 96 for (const char *ArgPtr : Args) {
98 if (ArgPtr == nullptr)
100 const StringRef Arg = ArgPtr;
    [all...]

Completed in 358 milliseconds