Lines Matching refs:CallOperand
6391 SDValue CallOperand; member in __anon2dd19c990311::SDISelAsmOperandInfo
6398 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr,0) { in SDISelAsmOperandInfo()
6487 if (RegVT.getSizeInBits() == OpInfo.CallOperand.getValueSizeInBits()) { in GetRegistersForValue()
6488 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, in GetRegistersForValue()
6489 RegVT, OpInfo.CallOperand); in GetRegistersForValue()
6497 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, in GetRegistersForValue()
6498 RegVT, OpInfo.CallOperand); in GetRegistersForValue()
6616 OpInfo.CallOperand = DAG.getBasicBlock(FuncInfo.MBBMap[BB]); in visitInlineAsm()
6618 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
6683 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG); in visitInlineAsm()
6710 OpInfo.CallOperand = DAG.getConstantPool( in visitInlineAsm()
6724 Chain, getCurSDLoc(), OpInfo.CallOperand, StackSlot, in visitInlineAsm()
6727 OpInfo.CallOperand = StackSlot; in visitInlineAsm()
6830 AsmNodeOperands.push_back(OpInfo.CallOperand); in visitInlineAsm()
6867 SDValue InOperandVal = OpInfo.CallOperand; in visitInlineAsm()