Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8974 SDValue CallOperand; member in __anon6190db640f11::SDISelAsmOperandInfo
9050 OpInfo.CallOperand = DAG.getConstantPool( in getAddressForMemoryInput()
9066 OpInfo.CallOperand = StackSlot; in getAddressForMemoryInput()
9129 OpInfo.CallOperand = in getRegistersForValue()
9138 OpInfo.CallOperand = in getRegistersForValue()
9283 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
9295 OpInfo.CallOperand && !isa<ConstantSDNode>(OpInfo.CallOperand)) in visitInlineAsm()
9346 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG); in visitInlineAsm()
9372 if (OpInfo.isIndirect && isFunction(OpInfo.CallOperand) && in visitInlineAsm()
9469 AsmNodeOperands.push_back(OpInfo.CallOperand); in visitInlineAsm()
[all …]