Home
last modified time | relevance | path

Searched refs:CST_CODE_INTEGER (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h149 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h152 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h269 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h322 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp197 case bitc::CST_CODE_INTEGER: return "INTEGER"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp801 Code = bitc::CST_CODE_INTEGER; in WriteConstants()
1478 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2055 Code = bitc::CST_CODE_INTEGER; in writeConstants()
3008 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in writeBlockInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2281 Code = bitc::CST_CODE_INTEGER; in writeConstants()
3170 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in writeBlockInfo()
/external/llvm/docs/
DBitCodeFormat.rst523 efficiently. Signed VBR encoding is used in ``CST_CODE_INTEGER`` and
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1243 case bitc::CST_CODE_INTEGER: // INTEGER: [intval] in ParseConstants()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2846 case naclbitc::CST_CODE_INTEGER: { in ProcessRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBitCodeFormat.rst522 efficiently. Signed VBR encoding is used in ``CST_CODE_INTEGER`` and
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2181 case bitc::CST_CODE_INTEGER: // INTEGER: [intval] in parseConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2917 case bitc::CST_CODE_INTEGER: // INTEGER: [intval] in parseConstants()