Searched defs:CallOperand (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 5737 /// CallOperand - If this is the result output operand or a clobber 5740 SDValue CallOperand; member in class:__anon8727::SDISelAsmOperandInfo 5747 : TargetLowering::AsmOperandInfo(info), CallOperand(0,0) { 5838 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, 5839 RegVT, OpInfo.CallOperand); 5848 OpInfo.CallOperand = DAG.getNode(ISD::BITCAST, DL, 5849 RegVT, OpInfo.CallOperand); 5965 OpInfo.CallOperand = DAG.getBasicBlock(FuncInfo.MBBMap[BB]); 5967 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); 6030 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, [all...] |
Completed in 46 milliseconds