Searched refs:CallOperand (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 8566 SDValue CallOperand; member in __anonb68982c50e11::SDISelAsmOperandInfo 8573 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr, 0) { in SDISelAsmOperandInfo() 8642 OpInfo.CallOperand = DAG.getConstantPool( in getAddressForMemoryInput() 8655 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot, in getAddressForMemoryInput() 8658 OpInfo.CallOperand = StackSlot; in getAddressForMemoryInput() 8721 OpInfo.CallOperand = in getRegistersForValue() 8722 DAG.getNode(ISD::BITCAST, DL, RegVT, OpInfo.CallOperand); in getRegistersForValue() 8730 OpInfo.CallOperand = in getRegistersForValue() 8731 DAG.getNode(ISD::BITCAST, DL, VT, OpInfo.CallOperand); in getRegistersForValue() 8876 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm() [all …]
|