HomeSort by relevance Sort by last modified time
    Searched refs:emitLogicalOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 134 unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
218 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT,
741 ResultReg = emitLogicalOp(ISD::AND, VT, I->getOperand(0), I->getOperand(1));
744 ResultReg = emitLogicalOp(ISD::OR, VT, I->getOperand(0), I->getOperand(1));
747 ResultReg = emitLogicalOp(ISD::XOR, VT, I->getOperand(0), I->getOperand(1));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 203 unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
    [all...]

Completed in 39 milliseconds