Searched defs:AllocA (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerKernelArgs.cpp | 151 AllocaInst *AllocA = new AllocaInst(StructType, Arg->getName(), FirstInst); in handleByValParam() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerArgs.cpp | 163 AllocaInst *AllocA = new AllocaInst(StructType, AS, Arg->getName(), FirstInst); in handleByValParam() local
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerArgs.cpp | 164 AllocaInst *AllocA = new AllocaInst(StructType, AS, Arg->getName(), FirstInst); in handleByValParam() local
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | MemorySSATest.cpp | 710 Value *AllocA = B.CreateAlloca(Int8, One, "a"); in TEST_F() local 773 Value *AllocA = B.CreateAlloca(Int8, One, ""); in TEST_F() local 1357 Value *AllocA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local
|