Home
last modified time | relevance | path

Searched refs:selectBranch (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp157 bool selectBranch(MachineInstr &I) const;
301 return selectBranch(I); in spvSelect()
1241 bool SPIRVInstructionSelector::selectBranch(MachineInstr &I) const { in selectBranch() function in SPIRVInstructionSelector
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp159 bool selectBranch(const Instruction *I);
935 bool MipsFastISel::selectBranch(const Instruction *I) { in selectBranch() function in MipsFastISel
2061 return selectBranch(I); in fastSelectInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp162 bool selectBranch(const Instruction *I);
2365 bool AArch64FastISel::selectBranch(const Instruction *I) { in selectBranch() function in AArch64FastISel
5057 return selectBranch(I); in fastSelectInstruction()