Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp164 bool selectBranch(MachineInstr &I) const;
322 return selectBranch(I); in spvSelect()
1442 bool SPIRVInstructionSelector::selectBranch(MachineInstr &I) const { in selectBranch() function in SPIRVInstructionSelector
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp163 bool selectBranch(const Instruction *I);
2383 bool AArch64FastISel::selectBranch(const Instruction *I) { in selectBranch() function in AArch64FastISel
5125 return selectBranch(I); in fastSelectInstruction()