Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7196 SDValue CallOperand; member in __anonfa9f17d30a11::SDISelAsmOperandInfo
7320 OpInfo.CallOperand = DAG.getConstantPool( in getAddressForMemoryInput()
7335 OpInfo.CallOperand = StackSlot; in getAddressForMemoryInput()
7392 OpInfo.CallOperand = in GetRegistersForValue()
7401 OpInfo.CallOperand = in GetRegistersForValue()
7402 DAG.getNode(ISD::BITCAST, DL, VT, OpInfo.CallOperand); in GetRegistersForValue()
7533 OpInfo.CallOperand = DAG.getBasicBlock(FuncInfo.MBBMap[BB]); in visitInlineAsm()
7535 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
7593 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG); in visitInlineAsm()
7683 AsmNodeOperands.push_back(OpInfo.CallOperand); in visitInlineAsm()
[all …]