Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1307 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
1320 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2637 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
2650 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1618 CallInst *NewAsmp = IRBuilder<>(&CB).CreateAlignmentAssumption( in AddAlignmentAssumptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2587 llvm::Instruction *Assumption = Builder.CreateAlignmentAssumption( in emitAlignmentAssumption()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5194 Builder.CreateAlignmentAssumption(F->getDataLayout(), in applySimd()