Searched refs:AArch64CondBrTuning (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp1 //===-- AArch64CondBrTuning.cpp --- Conditional branch tuning for AArch64 -===//
47 class AArch64CondBrTuning : public MachineFunctionPass { class in namespace:__anon2129
55 AArch64CondBrTuning() : MachineFunctionPass(ID) { function in class:__anon2129::AArch64CondBrTuning
70 char AArch64CondBrTuning::ID = 0;
72 INITIALIZE_PASS(AArch64CondBrTuning, "aarch64-cond-br-tuning",
75 void AArch64CondBrTuning::getAnalysisUsage(AnalysisUsage &AU) const {
80 MachineInstr *AArch64CondBrTuning::getOperandDef(const MachineOperand &MO) {
86 MachineInstr *AArch64CondBrTuning::convertToFlagSetting(MachineInstr &MI,
113 MachineInstr *AArch64CondBrTuning::convertToCondBr(MachineInstr &MI) {
142 bool AArch64CondBrTuning
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMAArch64CodeGen/
H A DMakefile20 AArch64CondBrTuning.cpp \

Completed in 211 milliseconds