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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
9 // This file contains the declaration of the MachineOperand class.
42 /// MachineOperand class - Representation of each machine instruction operand.
47 /// not having to call the MachineOperand destructor.
49 class MachineOperand {
184 MachineOperand *Prev; // Access list for register. See MRI.
185 MachineOperand *Next;
202 explicit MachineOperand(MachineOperandType K)
205 static_assert(alignof(MachineOperand) <= alignof(int64_t)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 233 Register(const MachineOperand &Op)
235 Register &operator=(const MachineOperand &Op) {
248 operator MachineOperand() const {
250 return MachineOperand::CreateReg(Reg, /*Def*/false, /*Imp*/false,
255 return MachineOperand::CreateFI(FI);
257 llvm_unreachable("Cannot create MachineOperand");
329 MachineOperand &getOp() {
332 const MachineOperand &getOp() const {
346 unsigned Kind; // Same as in MachineOperand.
349 ExtRoot(const MachineOperand &Op)
    [all...]

Completed in 23 milliseconds