Home
last modified time | relevance | path

Searched defs:ISDOpc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1582 emitLogicalOp(unsigned ISDOpc,MVT RetVT,const Value * LHS,const Value * RHS) emitLogicalOp() argument
1660 emitLogicalOp_ri(unsigned ISDOpc,MVT RetVT,unsigned LHSReg,uint64_t Imm) emitLogicalOp_ri() argument
1705 emitLogicalOp_rs(unsigned ISDOpc,MVT RetVT,unsigned LHSReg,unsigned RHSReg,uint64_t ShiftImm) emitLogicalOp_rs() argument
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp291 emitLogicalOp(unsigned ISDOpc,MVT RetVT,const Value * LHS,const Value * RHS) emitLogicalOp() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10138 unsigned ISDOpc = IsCallBr ? ISD::INLINEASM_BR : ISD::INLINEASM; visitInlineAsm() local