Home
last modified time | relevance | path

Searched refs:AArch64MIPeepholeOpt (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64MIPeepholeOpt.cpp52 struct AArch64MIPeepholeOpt : public MachineFunctionPass { struct
55 AArch64MIPeepholeOpt() : MachineFunctionPass(ID) { in AArch64MIPeepholeOpt() argument
115 char AArch64MIPeepholeOpt::ID = 0;
119 INITIALIZE_PASS(AArch64MIPeepholeOpt, "aarch64-mi-peephole-opt",
161 bool AArch64MIPeepholeOpt::visitAND( in visitAND()
195 bool AArch64MIPeepholeOpt::visitORR(MachineInstr &MI) { in visitORR()
256 bool AArch64MIPeepholeOpt::visitINSERT(MachineInstr &MI) { in visitINSERT()
322 bool AArch64MIPeepholeOpt::visitADDSUB( in visitADDSUB()
364 bool AArch64MIPeepholeOpt::visitADDSSUBS( in visitADDSSUBS()
406 bool AArch64MIPeepholeOpt::checkMovImmInstr(MachineInstr &MI, in checkMovImmInstr()
[all …]
DCMakeLists.txt71 AArch64MIPeepholeOpt.cpp
/openbsd/src/gnu/usr.bin/clang/libLLVMAArch64CodeGen/
DMakefile49 AArch64MIPeepholeOpt.cpp \
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/
DBUILD.gn134 "AArch64MIPeepholeOpt.cpp",
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt6266 llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp