Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h557 FunctionPass *createTypePromotionLegacyPass();
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp184 addPass(createTypePromotionLegacyPass()); in addCodeGenPrepare()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp453 addPass(createTypePromotionLegacyPass()); in addCodeGenPrepare()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp463 addPass(createTypePromotionLegacyPass()); in addCodeGenPrepare()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp696 addPass(createTypePromotionLegacyPass()); in addCodeGenPrepare()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp1038 FunctionPass *llvm::createTypePromotionLegacyPass() { in createTypePromotionLegacyPass() function in llvm