Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp157 bool selectBranch(const Instruction *I);
947 bool MipsFastISel::selectBranch(const Instruction *I) { in selectBranch() function in MipsFastISel
2076 return selectBranch(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp159 bool selectBranch(const Instruction *I);
2382 bool AArch64FastISel::selectBranch(const Instruction *I) { in selectBranch() function in AArch64FastISel
5145 return selectBranch(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp261 bool selectBranch(MachineInstr &I) const;
654 return selectBranch(I); in spvSelect()
3803 bool SPIRVInstructionSelector::selectBranch(MachineInstr &I) const { in selectBranch() function in SPIRVInstructionSelector