Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZ.h195 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.cpp227 addPass(createSystemZShortenInstPass(getSystemZTargetMachine()), false); in addPreEmitPass()
H A DSystemZShortenInst.cpp59 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass() function in llvm