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.cpp127 bool SelectBranch(const Instruction *I);
763 bool PPCFastISel::SelectBranch(const Instruction *I) { in SelectBranch() function in PPCFastISel
1946 return SelectBranch(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/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
2833 return SelectBranch(I); in fastSelectInstruction()