Home
last modified time | relevance | path

Searched refs:FirstOperand (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp622 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in MatchAndEmitInstruction() local
623 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction()
633 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp788 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local
789 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()
810 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()
821 NewOperand = FirstOperand.getOperand(0); in performANDCombine()
830 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()
839 NewOperand = FirstOperand.getOperand(0); in performANDCombine()
857 NewOperand = FirstOperand; in performANDCombine()
1112 SDValue FirstOperand = N->getOperand(0); in performSHLCombine() local
1113 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine()
1135 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSHLCombine()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14063 SDValue FirstOperand(Op.getOperand(0)); in combineFPToIntToFP() local
14064 bool SubWordLoad = FirstOperand.getOpcode() == ISD::LOAD && in combineFPToIntToFP()
14065 (FirstOperand.getValueType() == MVT::i8 || in combineFPToIntToFP()
14066 FirstOperand.getValueType() == MVT::i16); in combineFPToIntToFP()
14074 DAG.getIntPtrConstant(FirstOperand.getValueType() == MVT::i8 ? 1 : 2, in combineFPToIntToFP()
14076 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP()