Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp129 bool SelectIndirectBr(const Instruction *I);
1860 bool PPCFastISel::SelectIndirectBr(const Instruction *I) { in SelectIndirectBr() function in PPCFastISel
1951 return SelectIndirectBr(I); in fastSelectInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp165 bool SelectIndirectBr(const Instruction *I);
1320 bool ARMFastISel::SelectIndirectBr(const Instruction *I) { in SelectIndirectBr() function in ARMFastISel
2832 return SelectIndirectBr(I); in fastSelectInstruction()