Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp128 bool SelectBranch(const Instruction *I);
765 bool PPCFastISel::SelectBranch(const Instruction *I) { in SelectBranch() function in PPCFastISel
1949 return SelectBranch(I); in fastSelectInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp164 bool SelectBranch(const Instruction *I);
1224 bool ARMFastISel::SelectBranch(const Instruction *I) { in SelectBranch() function in ARMFastISel
2830 return SelectBranch(I); in fastSelectInstruction()