Searched refs:CreateAlignmentAssumption (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1383 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase 1396 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | IRBuilder.h | 2615 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 2628 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 2516 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 2529 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | IRBuilder.h | 2615 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 2628 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | IRBuilder.h | 2632 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 2645 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | IRBuilder.h | 2605 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 2618 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 2834 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 2861 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1086 .CreateAlignmentAssumption(DL, Arg, Align); in AddAlignmentAssumptions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1169 .CreateAlignmentAssumption(DL, ArgVal, Align); in AddAlignmentAssumptions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1457 CallInst *NewAsmp = IRBuilder<>(&CB).CreateAlignmentAssumption( in AddAlignmentAssumptions()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1765 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 2090 Builder.CreateAlignmentAssumption(CGM.getDataLayout(), PtrValue, Alignment,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3083 Builder.CreateAlignmentAssumption(F->getParent()->getDataLayout(), in applySimd()
|