Home
last modified time | relevance | path

Searched refs:createTypePromotionLegacyPass (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h552 FunctionPass *createTypePromotionLegacyPass();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp461 addPass(createTypePromotionLegacyPass()); in addCodeGenPrepare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp682 addPass(createTypePromotionLegacyPass()); in addCodeGenPrepare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp1028 FunctionPass *llvm::createTypePromotionLegacyPass() { in createTypePromotionLegacyPass() function in llvm