Searched refs:lowerObjectSizeCall (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 185 ConstantInt *lowerObjectSizeCall(IntrinsicInst *ObjectSize,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 445 ConstantInt *llvm::lowerObjectSizeCall(IntrinsicInst *ObjectSize, in lowerObjectSizeCall() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2165 ConstantInt *Result = lowerObjectSizeCall(II, DL, &TLI, in visitAllocSite()
|
D | InstCombineCalls.cpp | 1950 lowerObjectSizeCall(II, DL, &TLI, /*MustSucceed=*/false)) in visitCallInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1684 lowerObjectSizeCall(II, *DL, TLInfo, /*MustSucceed=*/true); in optimizeCallInst()
|