Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp161 bool selectBranch(MachineInstr &I) const;
315 return selectBranch(I); in spvSelect()
1412 bool SPIRVInstructionSelector::selectBranch(MachineInstr &I) const { in selectBranch() function in SPIRVInstructionSelector
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp162 bool selectBranch(const Instruction *I);
2389 bool AArch64FastISel::selectBranch(const Instruction *I) { in selectBranch() function in AArch64FastISel
5091 return selectBranch(I); in fastSelectInstruction()