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.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/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp222 bool selectBranch(MachineInstr &I) const;
400 return selectBranch(I); in spvSelect()
2128 bool SPIRVInstructionSelector::selectBranch(MachineInstr &I) const { in selectBranch() function in SPIRVInstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp164 bool selectBranch(const Instruction *I);
2384 bool AArch64FastISel::selectBranch(const Instruction *I) { in selectBranch() function in AArch64FastISel
5139 return selectBranch(I); in fastSelectInstruction()