Lines Matching refs:Opcode
930 void SelectionDAGBuilder::visit(unsigned Opcode, const User &I) {
933 switch (Opcode) {
936 #define HANDLE_INST(NUM, OPCODE, CLASS) \
937 case Instruction::OPCODE: visit##OPCODE((CLASS&)I); break;
2548 void SelectionDAGBuilder::visitBinary(const User &I, unsigned OpCode) {
2551 setValue(&I, DAG.getNode(OpCode, getCurDebugLoc(),
2555 void SelectionDAGBuilder::visitShift(const User &I, unsigned Opcode) {
2583 setValue(&I, DAG.getNode(Opcode, getCurDebugLoc(),
2611 ISD::CondCode Opcode = getICmpCondCode(predicate);
2614 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Opcode));
2640 ISD::NodeType OpCode = Cond.getValueType().isVector() ?
2644 Values[i] = DAG.getNode(OpCode, getCurDebugLoc(),