Home
last modified time | relevance | path

Searched defs:BPFOperand (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp80 struct BPFOperand : public MCParsedAsmOperand { struct
103 BPFOperand(KindTy K) : Kind(K) {} in BPFOperand() argument
106 BPFOperand(const BPFOperand &o) : MCParsedAsmOperand() { in BPFOperand() argument
201 static std::unique_ptr<BPFOperand> createToken(StringRef Str, SMLoc S) { in createToken() argument
209 static std::unique_ptr<BPFOperand> createReg(unsigned RegNo, SMLoc S, in createReg() argument
82 KindTy__anon155b29a20111::BPFOperand global() argument
86 Kind__anon155b29a20111::BPFOperand global() argument
88 RegOp__anon155b29a20111::BPFOperand global() argument
92 ImmOp__anon155b29a20111::BPFOperand global() argument
96 EndLoc__anon155b29a20111::BPFOperand global() argument
97 __anon155b29a2020a__anon155b29a20111::BPFOperand global() argument
124 isToken__anon155b29a20111::BPFOperand isToken() argument
125 isReg__anon155b29a20111::BPFOperand isReg() argument
126 isImm__anon155b29a20111::BPFOperand isImm() argument
127 isMem__anon155b29a20111::BPFOperand isMem() argument
129 isConstantImm__anon155b29a20111::BPFOperand isConstantImm() argument
133 getConstantImm__anon155b29a20111::BPFOperand getConstantImm() argument
138 isSImm16__anon155b29a20111::BPFOperand isSImm16() argument
142 isSymbolRef__anon155b29a20111::BPFOperand isSymbolRef() argument
144 isBrTarget__anon155b29a20111::BPFOperand isBrTarget() argument
147 getStartLoc__anon155b29a20111::BPFOperand getStartLoc() argument
149 getEndLoc__anon155b29a20111::BPFOperand getEndLoc() argument
151 getReg__anon155b29a20111::BPFOperand getReg() argument
156 getImm__anon155b29a20111::BPFOperand getImm() argument
161 getToken__anon155b29a20111::BPFOperand getToken() argument
166 print__anon155b29a20111::BPFOperand print() argument
181 addExpr__anon155b29a20111::BPFOperand addExpr() argument
191 addRegOperands__anon155b29a20111::BPFOperand addRegOperands() argument
196 addImmOperands__anon155b29a20111::BPFOperand addImmOperands() argument
218 createImm__anon155b29a20111::BPFOperand createImm() argument
228 isValidIdAtStart__anon155b29a20111::BPFOperand isValidIdAtStart() argument
242 isValidIdInMiddle__anon155b29a20111::BPFOperand isValidIdInMiddle() argument
[all...]