Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5589 SDValue CallOperand; member in __anond1e5c6c50211::SDISelAsmOperandInfo
5596 : TargetLowering::AsmOperandInfo(info), CallOperand(0,0) { in SDISelAsmOperandInfo()
5741 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, in GetRegistersForValue()
5742 RegVT, OpInfo.CallOperand); in GetRegistersForValue()
5751 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, in GetRegistersForValue()
5752 RegVT, OpInfo.CallOperand); in GetRegistersForValue()
5872 OpInfo.CallOperand = DAG.getBasicBlock(FuncInfo.MBBMap[BB]); in visitInlineAsm()
5874 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
5937 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG); in visitInlineAsm()
5960 OpInfo.CallOperand = DAG.getConstantPool(cast<Constant>(OpVal), in visitInlineAsm()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6391 SDValue CallOperand; member in __anon2dd19c990311::SDISelAsmOperandInfo
6398 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr,0) { in SDISelAsmOperandInfo()
6487 if (RegVT.getSizeInBits() == OpInfo.CallOperand.getValueSizeInBits()) { in GetRegistersForValue()
6488 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, in GetRegistersForValue()
6489 RegVT, OpInfo.CallOperand); in GetRegistersForValue()
6497 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, in GetRegistersForValue()
6498 RegVT, OpInfo.CallOperand); in GetRegistersForValue()
6616 OpInfo.CallOperand = DAG.getBasicBlock(FuncInfo.MBBMap[BB]); in visitInlineAsm()
6618 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
6683 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG); in visitInlineAsm()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7051 SDValue CallOperand; member in __anon7e488ff10a11::SDISelAsmOperandInfo
7058 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr, 0) { in SDISelAsmOperandInfo()
7175 OpInfo.CallOperand = DAG.getConstantPool( in getAddressForMemoryInput()
7188 Chain = DAG.getStore(Chain, Location, OpInfo.CallOperand, StackSlot, in getAddressForMemoryInput()
7190 OpInfo.CallOperand = StackSlot; in getAddressForMemoryInput()
7240 OpInfo.CallOperand = in GetRegistersForValue()
7241 DAG.getNode(ISD::BITCAST, DL, RegVT, OpInfo.CallOperand); in GetRegistersForValue()
7249 OpInfo.CallOperand = in GetRegistersForValue()
7250 DAG.getNode(ISD::BITCAST, DL, RegVT, OpInfo.CallOperand); in GetRegistersForValue()
7421 OpInfo.CallOperand = DAG.getBasicBlock(FuncInfo.MBBMap[BB]); in visitInlineAsm()
[all …]