Searched refs:ISDOpc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp203 unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
205 unsigned emitLogicalOp_ri(unsigned ISDOpc, MVT RetVT, unsigned LHSReg,
207 unsigned emitLogicalOp_rs(unsigned ISDOpc, MVT RetVT, unsigned LHSReg,
1520 unsigned AArch64FastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, argument
1545 ResultReg = emitLogicalOp_ri(ISDOpc, RetVT, LHSReg, LHSIsKill, Imm);
1567 ResultReg = emitLogicalOp_rs(ISDOpc, RetVT, LHSReg, LHSIsKill, RHSReg,
1583 ResultReg = emitLogicalOp_rs(ISDOpc, RetVT, LHSReg, LHSIsKill, RHSReg,
1596 ResultReg = fastEmit_rr(VT, VT, ISDOpc, LHSReg, LHSIsKill, RHSReg, RHSIsKill);
1604 unsigned AArch64FastISel::emitLogicalOp_ri(unsigned ISDOpc, MVT RetVT, argument
1624 unsigned Idx = ISDOpc
1650 emitLogicalOp_rs(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, uint64_t ShiftImm) argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp153 unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
246 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, argument
253 switch (ISDOpc) {

Completed in 92 milliseconds