Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6116 SDValue CallOperand; member in __anon360f23900411::SDISelAsmOperandInfo
6123 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr,0) { in SDISelAsmOperandInfo()
6214 if (RegVT.getSizeInBits() == OpInfo.CallOperand.getValueSizeInBits()) { in GetRegistersForValue()
6215 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, in GetRegistersForValue()
6216 RegVT, OpInfo.CallOperand); in GetRegistersForValue()
6224 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, in GetRegistersForValue()
6225 RegVT, OpInfo.CallOperand); in GetRegistersForValue()
6342 OpInfo.CallOperand = DAG.getBasicBlock(FuncInfo.MBBMap[BB]); in visitInlineAsm()
6344 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
6409 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG); in visitInlineAsm()
[all …]