Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDIRBuilder.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-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h2637 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
2650 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDInlineFunction.cpp1618 CallInst *NewAsmp = IRBuilder<>(&CB).CreateAlignmentAssumption( in AddAlignmentAssumptions()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp2587 llvm::Instruction *Assumption = Builder.CreateAlignmentAssumption( in emitAlignmentAssumption()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp5194 Builder.CreateAlignmentAssumption(F->getDataLayout(), in applySimd()