Home
last modified time | relevance | path

Searched refs:createSystemZShortenInstPass (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h194 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.cpp285 addPass(createSystemZShortenInstPass(getSystemZTargetMachine())); in addPreEmitPass()
H A DSystemZShortenInst.cpp58 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass() function in llvm