Searched defs:OC (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h231 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/); local
232 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
/external/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
/external/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
/external/clang/test/Layout/
H A Dms-x86-pack-and-align.cpp583 struct OC : virtual OA, virtual OB {}; struct in inherits:OA,OB
585 struct OD : OC {};
597 // CHECK-NEXT: 0 | struct OC
598 // CHECK-NEXT: 0 | (OC vbtable pointer)
605 // CHECK-NEXT: 0 | struct OC (base)
606 // CHECK-NEXT: 0 | (OC vbtable pointer)
620 // CHECK-X64-NEXT: 0 | struct OC
621 // CHECK-X64-NEXT: 0 | (OC vbtable pointer)
628 // CHECK-X64-NEXT: 0 | struct OC (base)
629 // CHECK-X64-NEXT: 0 | (OC vbtabl
[all...]
/external/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...]
/external/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();
/external/v8/src/s390/
H A Dconstants-s390.h703 OC = 0xD6, // Or (character) enumerator in enum:v8::internal::Opcode

Completed in 378 milliseconds