Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp318 MachineOperand &getOp() { in getOp() function
321 const MachineOperand &getOp() const { in getOp() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h558 MachineOperand &getOp() { in getOp() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp66 OverloadedOperatorKind getOp() const { return Op; } in getOp() function in __anon0c0fec810111::LogicalBinOp
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3382 uint64_t getOp() const { return *Op; } in getOp() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6352 auto getOp = [](StringRef Op) { in parseRelocExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6871 AtomicOp getOp() const { return Op; } in getOp() function