Home
last modified time | relevance | path

Searched refs:decodeSignRotatedValue (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp277 static uint64_t decodeSignRotatedValue(uint64_t V);
1536 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
1620 BitcodeReader::decodeSignRotatedValue); in ReadWideAPInt()
1676 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in ParseConstants()
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp514 static uint64_t decodeSignRotatedValue(uint64_t V);
1829 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
1913 BitcodeReader::decodeSignRotatedValue); in ReadWideAPInt()
1969 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in ParseConstants()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2638 static uint64_t decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function
2654 Val = decodeSignRotatedValue(Val); in CheckInteger()
3329 Val = decodeSignRotatedValue(Val); in SelectCodeCommon()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp694 static uint64_t decodeSignRotatedValue(uint64_t V);
807 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2855 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2958 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
3032 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
7091 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
7094 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp320 static uint64_t decodeSignRotatedValue(uint64_t V);
415 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2762 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2861 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2920 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp584 static uint64_t decodeSignRotatedValue(uint64_t V);
711 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2221 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2320 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2389 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()