Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DInstruction.h38 class MCAOperand {
65 MCAOperand() : Kind(kInvalid), FPImmVal(), Index() {} in MCAOperand() function
98 static MCAOperand createReg(unsigned Reg) { in createReg()
99 MCAOperand Op; in createReg()
105 static MCAOperand createImm(int64_t Val) { in createImm()
106 MCAOperand Op; in createImm()
112 static MCAOperand createSFPImm(uint32_t Val) { in createSFPImm()
113 MCAOperand Op; in createSFPImm()
119 static MCAOperand createDFPImm(uint64_t Val) { in createDFPImm()
120 MCAOperand Op; in createDFPImm()
[all …]