Searched defs:OpCode (Results 1 - 25 of 29) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstruction.h126 static const char* getOpcodeName(unsigned OpCode);
128 static inline bool isTerminator(unsigned OpCode) { argument
129 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
156 /// Determine if the OpCode is one of the CastInst instructions.
157 static inline bool isCast(unsigned OpCode) { argument
158 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
161 /// Determine if the OpCode is one of the FuncletPadInst instructions.
162 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DInstruction.h130 static const char* getOpcodeName(unsigned OpCode);
132 static inline bool isTerminator(unsigned OpCode) { argument
133 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
160 /// Determine if the OpCode is one of the CastInst instructions.
161 static inline bool isCast(unsigned OpCode) { argument
162 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
165 /// Determine if the OpCode is one of the FuncletPadInst instructions.
166 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DInstruction.h130 static const char* getOpcodeName(unsigned OpCode);
132 static inline bool isTerminator(unsigned OpCode) { argument
133 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
160 /// Determine if the OpCode is one of the CastInst instructions.
161 static inline bool isCast(unsigned OpCode) { argument
162 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
165 /// Determine if the OpCode is one of the FuncletPadInst instructions.
166 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DInstruction.h134 static const char* getOpcodeName(unsigned OpCode);
136 static inline bool isTerminator(unsigned OpCode) { argument
137 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
169 /// Determine if the OpCode is one of the CastInst instructions.
170 static inline bool isCast(unsigned OpCode) { argument
171 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
174 /// Determine if the OpCode is one of the FuncletPadInst instructions.
175 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DInstruction.h134 static const char* getOpcodeName(unsigned OpCode);
136 static inline bool isTerminator(unsigned OpCode) { argument
137 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
169 /// Determine if the OpCode is one of the CastInst instructions.
170 static inline bool isCast(unsigned OpCode) { argument
171 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
174 /// Determine if the OpCode is one of the FuncletPadInst instructions.
175 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DInstruction.h134 static const char* getOpcodeName(unsigned OpCode);
136 static inline bool isTerminator(unsigned OpCode) { argument
137 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
169 /// Determine if the OpCode is one of the CastInst instructions.
170 static inline bool isCast(unsigned OpCode) { argument
171 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
174 /// Determine if the OpCode is one of the FuncletPadInst instructions.
175 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DInstruction.h134 static const char* getOpcodeName(unsigned OpCode);
136 static inline bool isTerminator(unsigned OpCode) { argument
137 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
169 /// Determine if the OpCode is one of the CastInst instructions.
170 static inline bool isCast(unsigned OpCode) { argument
171 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
174 /// Determine if the OpCode is one of the FuncletPadInst instructions.
175 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstruction.h126 static const char* getOpcodeName(unsigned OpCode);
128 static inline bool isTerminator(unsigned OpCode) { argument
129 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
156 /// Determine if the OpCode is one of the CastInst instructions.
157 static inline bool isCast(unsigned OpCode) { argument
158 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
161 /// Determine if the OpCode is one of the FuncletPadInst instructions.
162 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DInstruction.h130 static const char* getOpcodeName(unsigned OpCode);
132 static inline bool isTerminator(unsigned OpCode) { argument
133 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
160 /// Determine if the OpCode is one of the CastInst instructions.
161 static inline bool isCast(unsigned OpCode) { argument
162 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
165 /// Determine if the OpCode is one of the FuncletPadInst instructions.
166 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DInstruction.h130 static const char* getOpcodeName(unsigned OpCode);
132 static inline bool isTerminator(unsigned OpCode) { argument
133 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
160 /// Determine if the OpCode is one of the CastInst instructions.
161 static inline bool isCast(unsigned OpCode) { argument
162 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
165 /// Determine if the OpCode is one of the FuncletPadInst instructions.
166 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DInstruction.h134 static const char* getOpcodeName(unsigned OpCode);
136 static inline bool isTerminator(unsigned OpCode) { argument
137 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
169 /// Determine if the OpCode is one of the CastInst instructions.
170 static inline bool isCast(unsigned OpCode) { argument
171 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
174 /// Determine if the OpCode is one of the FuncletPadInst instructions.
175 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DInstruction.h134 static const char* getOpcodeName(unsigned OpCode);
136 static inline bool isTerminator(unsigned OpCode) { argument
137 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
169 /// Determine if the OpCode is one of the CastInst instructions.
170 static inline bool isCast(unsigned OpCode) { argument
171 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
174 /// Determine if the OpCode is one of the FuncletPadInst instructions.
175 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DInstruction.h134 static const char* getOpcodeName(unsigned OpCode);
136 static inline bool isTerminator(unsigned OpCode) { argument
137 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
169 /// Determine if the OpCode is one of the CastInst instructions.
170 static inline bool isCast(unsigned OpCode) { argument
171 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
174 /// Determine if the OpCode is one of the FuncletPadInst instructions.
175 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DInstruction.h134 static const char* getOpcodeName(unsigned OpCode);
136 static inline bool isTerminator(unsigned OpCode) { argument
137 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
169 /// Determine if the OpCode is one of the CastInst instructions.
170 static inline bool isCast(unsigned OpCode) { argument
171 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd;
174 /// Determine if the OpCode is one of the FuncletPadInst instructions.
175 static inline bool isFuncletPad(unsigned OpCode) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h163 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
266 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
267 switch (Result.OpCode) {
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
265 switch (Result.OpCode) {
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
265 switch (Result.OpCode) {
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
265 switch (Result.OpCode) {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
265 switch (Result.OpCode) {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
265 switch (Result.OpCode) {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
265 switch (Result.OpCode) {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h163 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
266 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
267 switch (Result.OpCode) {
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
265 switch (Result.OpCode) {
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
265 switch (Result.OpCode) {
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
265 switch (Result.OpCode) {

Completed in 316 milliseconds

12