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.cpp156 bool selectLogicalOp(const Instruction *I);
856 bool MipsFastISel::selectLogicalOp(const Instruction *I) { in selectLogicalOp() function in MipsFastISel
2059 return selectLogicalOp(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp161 bool selectLogicalOp(const Instruction *I);
1915 bool AArch64FastISel::selectLogicalOp(const Instruction *I) { in selectLogicalOp() function in AArch64FastISel
5137 return selectLogicalOp(I); in fastSelectInstruction()