Home
last modified time | relevance | path

Searched refs:CreateAlignmentAssumption (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1326 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
1339 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2615 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
2628 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1517 CallInst *NewAsmp = IRBuilder<>(&CB).CreateAlignmentAssumption( in AddAlignmentAssumptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2505 llvm::Instruction *Assumption = Builder.CreateAlignmentAssumption( in emitAlignmentAssumption()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3662 Builder.CreateAlignmentAssumption(F->getParent()->getDataLayout(), in applySimd()