Home
last modified time | relevance | path

Searched refs:PPCBoolRetToInt (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp72 class PPCBoolRetToInt : public FunctionPass { class
184 PPCBoolRetToInt() : FunctionPass(ID) { in PPCBoolRetToInt() function in __anon7bbfc0a20111::PPCBoolRetToInt
283 char PPCBoolRetToInt::ID = 0;
284 INITIALIZE_PASS(PPCBoolRetToInt, "bool-ret-to-int",
288 FunctionPass *llvm::createPPCBoolRetToIntPass() { return new PPCBoolRetToInt(); } in createPPCBoolRetToIntPass()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1100 SRCS_MIN+= Target/PowerPC/PPCBoolRetToInt.cpp