Searched defs:ISDOpc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1582 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 D | MipsFastISel.cpp | 291 emitLogicalOp(unsigned ISDOpc,MVT RetVT,const Value * LHS,const Value * RHS) emitLogicalOp() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 10138 unsigned ISDOpc = IsCallBr ? ISD::INLINEASM_BR : ISD::INLINEASM; visitInlineAsm() local
|