Searched refs:CallOperand (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 9487 SDValue CallOperand; member in __anon85f04eae1011::SDISelAsmOperandInfo 9494 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr, 0) { in SDISelAsmOperandInfo() 9563 OpInfo.CallOperand = DAG.getConstantPool( in getAddressForMemoryInput() 9581 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot, in getAddressForMemoryInput() 9584 OpInfo.CallOperand = StackSlot; in getAddressForMemoryInput() 9647 OpInfo.CallOperand = in getRegistersForValue() 9648 DAG.getNode(ISD::BITCAST, DL, RegVT, OpInfo.CallOperand); in getRegistersForValue() 9656 OpInfo.CallOperand = in getRegistersForValue() 9657 DAG.getNode(ISD::BITCAST, DL, VT, OpInfo.CallOperand); in getRegistersForValue() 9801 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm() [all …]
|