/external/llvm/utils/TableGen/ |
AsmWriterInst.h | 36 } OperandType; 57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} 61 : OperandType(op), Str(LitStr) {} 68 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo), 72 if (OperandType != Other.OperandType || Str != Other.Str) return true; 73 if (OperandType == isMachineInstrOperand) 105 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
|
AsmWriterInst.cpp | 29 if (OperandType == isLiteralTextOperand) { 35 if (OperandType == isLiteralStatementOperand)
|
X86RecognizableInstr.h | 125 /// the LLVM tables to an OperandType for use in the operand specifier. 140 static OperandType typeFromString(const std::string& s,
|
CodeGenInstruction.h | 81 /// OperandType - A value from MCOI::OperandType representing the type of 83 std::string OperandType; 111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
|
CodeGenInstruction.cpp | 70 std::string OperandType = "OPERAND_UNKNOWN"; 77 OperandType = Rec->getValueAsString("OperandType"); 102 OperandType = "OPERAND_REGISTER"; 117 OperandType, MIOperandNo, NumOps,
|
InstrInfoEmitter.cpp | 126 assert(!Inst.Operands[i].OperandType.empty() && "Invalid operand type."); 127 Res += Inst.Operands[i].OperandType;
|
X86RecognizableInstr.cpp | 506 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); 958 OperandType RecognizableInstr::typeFromString(const std::string &s, [all...] |
EDEmitter.cpp | 228 if (operandIterator->OperandType ==
|
X86DisassemblerTables.cpp | 145 static inline const char* stringForOperandType(OperandType type) {
|
AsmWriterEmitter.cpp | 293 } else if (AWI->Operands[0].OperandType != [all...] |
/external/clang/include/clang/Sema/ |
DelayedDiagnostic.h | 147 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr(); 188 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType); 203 void *OperandType;
|
/external/llvm/include/llvm/MC/ |
MCInstrDesc.h | 43 enum OperandType { 70 /// OperandType - Information about the type of the operand. 71 MCOI::OperandType OperandType;
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoderCommon.h | 324 } OperandType; 333 OperandType type;
|
X86DisassemblerDecoder.c | [all...] |
X86Disassembler.cpp | 166 OperandType type = operand.type;
|
/external/v8/src/x64/ |
disasm-x64.cc | 40 enum OperandType { 56 OperandType op_order_; 180 OperandType op_order_; 235 OperandType op_order = bm[i].op_order_; 237 static_cast<OperandType>(op_order & ~BYTE_SIZE_OPERAND_FLAG); 416 OperandType op_order, 603 OperandType op_order, [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.h | 349 unsigned OperandType);
|
LLParser.cpp | [all...] |
/external/llvm/lib/Target/CBackend/ |
CBackend.cpp | 201 void writeMemoryAccess(Value *Operand, Type *OperandType, [all...] |