OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpType
(Results
1 - 9
of
9
) sorted by null
/external/llvm/utils/TableGen/
AsmWriterInst.h
28
enum
OpType
{
57
AsmWriterOperand(
OpType
op = isLiteralTextOperand):OperandType(op) {}
60
OpType
op = isLiteralTextOperand)
67
OpType
op = isMachineInstrOperand)
/external/openfst/src/include/fst/script/
script-impl.h
159
typedef void (*
OpType
)(ArgPack *args);
162
typedef GenericOperationRegister<
OpType
> Register;
186
typename OpReg::
OpType
op = reg->GetOperation(op_name, arc_type);
/external/llvm/include/llvm/MC/
MCWin64EH.h
29
typedef Win64EH::UnwindOpcodes
OpType
;
31
OpType
Operation;
36
MCWin64EHInstruction(
OpType
Op, MCSymbol *L, unsigned Reg)
43
MCWin64EHInstruction(
OpType
Op, MCSymbol *L, unsigned Reg, unsigned Off)
51
MCWin64EHInstruction(
OpType
Op, MCSymbol *L, bool Code)
55
OpType
getOperation() const { return Operation; }
MCDwarf.h
309
enum
OpType
{
327
OpType
Operation;
336
MCCFIInstruction(
OpType
Op, MCSymbol *L, unsigned R, int O, StringRef V)
342
MCCFIInstruction(
OpType
Op, MCSymbol *L, unsigned R1, unsigned R2)
437
OpType
getOperation() const { return Operation; }
/external/chromium_org/third_party/skia/src/animator/
SkOperand2.h
17
enum
OpType
{
43
SkOperand2::
OpType
fType : 8;
/external/llvm/include/llvm/CodeGen/
StackMaps.h
117
typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp }
OpType
;
/external/chromium_org/content/browser/gpu/
shader_disk_cache.cc
45
enum
OpType
{
61
OpType
op_type_;
81
enum
OpType
{
100
OpType
op_type_;
123
enum
OpType
{
134
OpType
op_type_;
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
[
all
...]
Completed in 734 milliseconds