Home
last modified time | relevance | path

Searched defs:Enc (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp156 int32_t Enc = ARM_AM::getSOImmVal(MCOp.getImm()); in LowerARMMachineInstrToMCInst() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitCodes.h90 unsigned Enc : 3; // The encoding to use. variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/MCTargetDesc/
H A DSIMCCodeEmitter.cpp234 uint32_t Enc = getLitEncoding(MO); in getMachineOpValue() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp6529 std::string Enc; member in __anon464860241211::FieldEncoding
6715 SmallStringEnc Enc; in emitTargetMD() local
6738 SmallStringEnc Enc; in extractFieldType() local
6763 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
6815 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
6859 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
6873 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
6932 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
6943 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
6965 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1270 if (const char *Enc = in printInternal() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1861 uint32_t Enc = ARM_AM::getSOImmVal(~CE->getValue()); in addModImmNotOperands() local
1868 uint32_t Enc = ARM_AM::getSOImmVal(-CE->getValue()); in addModImmNegOperands() local
4432 int Enc = ARM_AM::getSOImmVal(Imm1); in parseModImm() local
6743 unsigned Enc = Inst.getOperand(2).getImm(); in processInstruction() local