Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp71 class PPCBoolRetToInt : public FunctionPass { class
185 PPCBoolRetToInt() : FunctionPass(ID) { in PPCBoolRetToInt() function in __anon68f075140111::PPCBoolRetToInt
284 char PPCBoolRetToInt::ID = 0;
285 INITIALIZE_PASS(PPCBoolRetToInt, "ppc-bool-ret-to-int",
289 FunctionPass *llvm::createPPCBoolRetToIntPass() { return new PPCBoolRetToInt(); } in createPPCBoolRetToIntPass()
H A DCMakeLists.txt23 PPCBoolRetToInt.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/
H A DMakefile15 SRCS+= PPCBoolRetToInt.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
H A DBUILD.gn62 "PPCBoolRetToInt.cpp",