HomeSort by: relevance | last modified time | path
    Searched refs:CallOperand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86Operand.h 37 bool CallOperand;
81 : Kind(K), StartLoc(Start), EndLoc(End), CallOperand(false) {}
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 8050 /// CallOperand - If this is the result output operand or a clobber
8053 SDValue CallOperand;
8060 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr, 0) {
8176 OpInfo.CallOperand = DAG.getConstantPool(
8189 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot,
8192 OpInfo.CallOperand = StackSlot;
8250 // to perform the load is missing and thus OpInfo.CallOperand still
8253 OpInfo.CallOperand =
8254 DAG.getNode(ISD::BITCAST, DL, RegVT, OpInfo.CallOperand);
8262 OpInfo.CallOperand
    [all...]

Completed in 24 milliseconds