Home
last modified time | relevance | path

Searched refs:selectLogicalOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp154 bool selectLogicalOp(const Instruction *I);
854 bool MipsFastISel::selectLogicalOp(const Instruction *I) { in selectLogicalOp() function in MipsFastISel
2074 return selectLogicalOp(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp156 bool selectLogicalOp(const Instruction *I);
1911 bool AArch64FastISel::selectLogicalOp(const Instruction *I) { in selectLogicalOp() function in AArch64FastISel
5143 return selectLogicalOp(I); in fastSelectInstruction()