Home
last modified time | relevance | path

Searched defs:AllocA (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerKernelArgs.cpp151 AllocaInst *AllocA = new AllocaInst(StructType, Arg->getName(), FirstInst); in handleByValParam() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp163 AllocaInst *AllocA = new AllocaInst(StructType, AS, Arg->getName(), FirstInst); in handleByValParam() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp164 AllocaInst *AllocA = new AllocaInst(StructType, AS, Arg->getName(), FirstInst); in handleByValParam() local
/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp710 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