Searched refs:OC (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp224 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, argument
226 uint8_t Imm = OC[Offset] & 0x7f;
228 OC[Offset],
235 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, argument
237 unsigned Link = (OC[Offset] & 0x20) >> 5;
239 | ((OC[Offset + 0] & 0x1f) << 8)
240 | ((OC[Offset + 1] & 0xff) << 0);
245 OC[Offset + 0], OC[Offset + 1],
254 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigne argument
266 opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
283 opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
300 opcode_11100xxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
314 opcode_111010xx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
327 opcode_1110110L(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
341 opcode_11101110(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
357 opcode_11101111(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
373 opcode_11110101(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
388 opcode_11110110(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
403 opcode_11110111(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
416 opcode_11111000(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
431 opcode_11111001(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
444 opcode_11111010(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
459 opcode_11111011(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
466 opcode_11111100(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
473 opcode_11111101(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
480 opcode_11111110(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
487 opcode_11111111(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp27 const InstrStage *IS, const unsigned *OC, const unsigned *FP)
28 : MCSubtargetInfo(TT, CPU, FS, PF, PD, ProcSched, WPR, WL, RA, IS, OC, FP) {
22 TargetSubtargetInfo( const Triple &TT, StringRef CPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCSubtargetInfo.cpp44 const InstrStage *IS, const unsigned *OC, const unsigned *FP)
47 ReadAdvanceTable(RA), Stages(IS), OperandCycles(OC), ForwardingPaths(FP) {
39 MCSubtargetInfo( const Triple &TT, StringRef C, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h59 const unsigned *OC, const unsigned *FP);
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetSubtargetInfo.h58 const unsigned *OC, const unsigned *FP);
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h232 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/); local
233 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h120 OC,
H A DSystemZISelLowering.cpp4449 OPCODE(OC);
5900 return emitMemMemWrapper(MI, MBB, SystemZ::OC);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp11378 for (const OffsetOfComponent &OC : Components) {
11379 if (OC.isBrackets) {
11384 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_array_type)
11390 ExprResult IdxRval = DefaultLvalueConversion(static_cast<Expr*>(OC.U.E));
11404 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
11413 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
11419 if (RequireCompleteType(OC
[all...]
H A DSemaOpenMP.cpp1627 OMPOrderedClause *OC = nullptr;
1657 OC = cast<OMPOrderedClause>(Clause);
1669 OC) {
1674 << SourceRange(OC->getLocStart(), OC->getLocEnd());
1677 if (!LCs.empty() && OC && OC->getNumForLoops()) {
1680 << SourceRange(OC->getLocStart(), OC->getLocEnd());
1685 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC
[all...]
/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq.c121 #define OC 8 /* integer, print in octal */ macro
131 { "reach", OC },
3448 case OC:
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp228 } else if (const ObjCCategoryDecl *OC = dyn_cast<ObjCCategoryDecl>(DC)) {
229 if (OC->IsClassExtension()) {
230 OS << OC->getClassInterface()->getName();
232 OS << ((const NamedDecl *)OC)->getIdentifier()->getNameStart() << '('
233 << OC->getIdentifier()->getNameStart() << ')';
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1533 OriginCombiner OC(this, IRB);
1535 OC.Add(OI->get());
1536 OC.Done(&I);
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9701 const MCConstantExpr *OC = dyn_cast<MCConstantExpr>(OE); local
9702 if (!OC) {
9708 const int64_t Opcode = OC->getValue();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1996 } else if (const ObjCCategoryDecl *OC = dyn_cast<ObjCCategoryDecl>(CDecl)) {
1997 for (auto *Proto : OC->protocols()) {

Completed in 254 milliseconds