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

/external/llvm/include/llvm/IR/
H A DInstruction.h426 enum OtherOps { enum in class:llvm::Instruction
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3106 SmallVector<SDValue, 8> OtherOps; local
3110 OtherOps.push_back(N->getOperand(i));
3116 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType()));
3118 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,
3218 SmallVector<SDValue, 8> OtherOps; local
3222 OtherOps.push_back(Chain); // Chain
3226 OtherOps.push_back(N->getOperand(i));
3230 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,

Completed in 74 milliseconds