Searched defs:OtherOps (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstruction.h470 enum OtherOps { enum in class:llvm::Instruction
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4293 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end());
4297 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType()));
4299 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,
4399 SmallVector<SDValue, 8> OtherOps; local
4403 OtherOps.push_back(Chain); // Chain
4406 OtherOps.append(N->op_begin() + 2, N->op_end());
4410 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,

Completed in 216 milliseconds