Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8397 SDValue CallOperand; member in __anonbfae55de0d11::SDISelAsmOperandInfo
8473 OpInfo.CallOperand = DAG.getConstantPool( in getAddressForMemoryInput()
8489 OpInfo.CallOperand = StackSlot; in getAddressForMemoryInput()
8552 OpInfo.CallOperand = in getRegistersForValue()
8561 OpInfo.CallOperand = in getRegistersForValue()
8562 DAG.getNode(ISD::BITCAST, DL, VT, OpInfo.CallOperand); in getRegistersForValue()
8690 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
8702 OpInfo.CallOperand && !isa<ConstantSDNode>(OpInfo.CallOperand)) in visitInlineAsm()
8746 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG); in visitInlineAsm()
8843 AsmNodeOperands.push_back(OpInfo.CallOperand); in visitInlineAsm()
[all …]