Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp122 bool SelectBranch(const Instruction *I);
751 bool PPCFastISel::SelectBranch(const Instruction *I) { in SelectBranch() function in PPCFastISel
1935 return SelectBranch(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp189 bool SelectBranch(const Instruction *I);
1266 bool ARMFastISel::SelectBranch(const Instruction *I) { in SelectBranch() function in ARMFastISel
2903 return SelectBranch(I); in fastSelectInstruction()