Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp95 bool selectLogicalOp(const Instruction *I);
817 bool MipsFastISel::selectLogicalOp(const Instruction *I) { in selectLogicalOp() function in MipsFastISel
1800 return selectLogicalOp(I); in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp117 bool selectLogicalOp(const Instruction *I);
1869 bool AArch64FastISel::selectLogicalOp(const Instruction *I) { in selectLogicalOp() function in AArch64FastISel
4903 return selectLogicalOp(I); in fastSelectInstruction()