Searched defs:ImmOpnd (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h20 unsigned Opc, ImmOpnd; member in struct:llvm::MipsAnalyzeImmediate::Inst
21 Inst(unsigned Opc, unsigned ImmOpnd);
H A DMipsSEISelDAGToDAG.cpp788 SDValue ImmOpnd = CurDAG->getTargetConstant(SignExtend64<16>(Inst->ImmOpnd), local
795 RegOpnd = CurDAG->getMachineNode(Inst->Opc, DL, MVT::i64, ImmOpnd);
800 ImmOpnd);
804 ImmOpnd = CurDAG->getTargetConstant(SignExtend64<16>(Inst->ImmOpnd), DL,
807 SDValue(RegOpnd, 0), ImmOpnd);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4365 SDValue ImmOpnd = Base.getOperand(1); local
4367 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(ImmOpnd)) {
4389 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(ImmOpnd)) {
4400 ImmOpnd = CurDAG->getTargetGlobalAddress(GV, dl, MVT::i64, Offset, Flags);
4402 dyn_cast<ConstantPoolSDNode>(ImmOpnd)) {
4404 ImmOpnd = CurDAG->getTargetConstantPool(C, MVT::i64,
4411 (void)CurDAG->UpdateNodeOperands(N, N->getOperand(0), ImmOpnd,
4414 (void)CurDAG->UpdateNodeOperands(N, ImmOpnd, Base.getOperand(0),

Completed in 340 milliseconds