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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h39 bool CallOperand; member in struct:llvm::final
82 : Kind(K), StartLoc(Start), EndLoc(End), CallOperand(false) {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7787 /// CallOperand - If this is the result output operand or a clobber
7790 SDValue CallOperand; member in class:__anon4655::SDISelAsmOperandInfo
7797 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr, 0) {
7914 OpInfo.CallOperand = DAG.getConstantPool(
7927 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot,
7930 OpInfo.CallOperand = StackSlot;
7988 // to perform the load is missing and thus OpInfo.CallOperand still
7991 OpInfo.CallOperand =
7992 DAG.getNode(ISD::BITCAST, DL, RegVT, OpInfo.CallOperand);
8000 OpInfo.CallOperand
[all...]

Completed in 129 milliseconds