/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 328 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() 339 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() 358 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx() 370 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx() 387 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx() 404 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx() 418 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx() 431 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L() 445 bool Decoder::opcode_11101110(const uint8_t *OC, unsigned &Offset, in opcode_11101110() 461 bool Decoder::opcode_11101111(const uint8_t *OC, unsigned &Offset, in opcode_11101111() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetSubtargetInfo.cpp | 21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
|
H A D | ExpandVectorPredication.cpp | 258 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); in expandPredicationInBinaryOperator() local 696 auto OC = VPI.getFunctionalOpcode(); expandPredication() local
|
H A D | SelectOptimize.cpp | 1203 if (auto OC = ICost.getValue()) computeInstCost() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SmartPtrChecker.cpp | 65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall() local
|
H A D | SmartPtrModeling.cpp | 735 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VECustomDAG.cpp | 244 unsigned OC = Op->getOpcode(); in getIdiomaticVectorType() local 485 unsigned OC = in getUnpack() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 570 const VariableExpression &OC = cast<VariableExpression>(Other); in equals() local 607 const ConstantExpression &OC = cast<ConstantExpression>(Other); in equals() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 232 const InstrStage *IS, const unsigned *OC, in MCSubtargetInfo() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 123 OC, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 376 } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(DC)) { in getFunctionName() local
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 604 for (auto &OC : ObjCContexts) writeObjCContextBlock() local 623 for (auto &OC : ObjCContexts) writeObjCContextBlock() local
|
/freebsd-src/contrib/ntp/ntpq/ |
H A D | ntpq.c | 127 #define OC 8 /* integer, print in octal */ macro
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 251 CallOverloadedCreateFun<ToDeclT> OC; in GetImportedOrCreateDecl() local 264 CallOverloadedCreateFun<NewDeclT> OC; in GetImportedOrCreateDecl() local
|
H A D | ASTContext.cpp | 2599 } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(CDecl)) { CollectInheritedProtocols() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 274 } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(DC)) { getObjCMethodName() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2482 OriginCombiner OC(this, IRB); setOriginForNaryOp() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3264 for (const auto &OC : FO.second) { WriteComments() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 12097 const MCConstantExpr *OC = dyn_cast<MCConstantExpr>(OE); parseDirectiveUnwindRaw() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 16740 for (const OffsetOfComponent &OC : Components) { BuildBuiltinOffsetOf() local [all...] |
H A D | SemaOpenMP.cpp | 4826 OMPOrderedClause *OC = nullptr; ActOnOpenMPRegionEnd() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 20294 unsigned OC = N->getOpcode(); isCheapToExtend() local [all...] |