Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
1948 return SelectBranch(I); in fastSelectInstruction()
/openbsd-src/gnu/llvm/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()