Lines Matching refs:CallOperand
8112 SDValue CallOperand; member in __anonc32634620d11::SDISelAsmOperandInfo
8119 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr, 0) { in SDISelAsmOperandInfo()
8235 OpInfo.CallOperand = DAG.getConstantPool( in getAddressForMemoryInput()
8248 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot, in getAddressForMemoryInput()
8251 OpInfo.CallOperand = StackSlot; in getAddressForMemoryInput()
8312 OpInfo.CallOperand = in GetRegistersForValue()
8313 DAG.getNode(ISD::BITCAST, DL, RegVT, OpInfo.CallOperand); in GetRegistersForValue()
8321 OpInfo.CallOperand = in GetRegistersForValue()
8322 DAG.getNode(ISD::BITCAST, DL, VT, OpInfo.CallOperand); in GetRegistersForValue()
8463 OpInfo.CallOperand = DAG.getTargetBlockAddress(BA, VT); in visitInlineAsm()
8465 OpInfo.CallOperand = DAG.getBasicBlock(FuncInfo.MBBMap[BB]); in visitInlineAsm()
8467 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
8503 OpInfo.CallOperand && !isa<ConstantSDNode>(OpInfo.CallOperand)) in visitInlineAsm()
8547 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG); in visitInlineAsm()
8628 AsmNodeOperands.push_back(OpInfo.CallOperand); in visitInlineAsm()
8653 SDValue InOperandVal = OpInfo.CallOperand; in visitInlineAsm()