Searched defs:Vals (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 145 SmallVector<unsigned, 64> Vals; in WriteStringRecord() local 477 SmallVector<unsigned, 64> Vals; in WriteModuleInfo() local 797 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { in emitSignedInt64() 846 const llvm_3_2::ValueEnumerator::ValueList &Vals = VE.getValues(); in WriteConstants() local 1060 const llvm_3_2::ValueEnumerator::ValueList &Vals = VE.getValues(); in WriteModuleConstants() local 1081 SmallVector<unsigned, 64> &Vals, in PushValueAndType() 1096 SmallVector<unsigned, 64> &Vals) { in WriteInstruction() 1488 SmallVector<unsigned, 64> Vals; in WriteFunction() local 1723 SmallVector<unsigned, 1> Vals; in WriteModule() local
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 145 SmallVector<unsigned, 64> Vals; in WriteStringRecord() local 464 SmallVector<unsigned, 64> Vals; in WriteModuleInfo() local 809 const llvm_2_9_func::ValueEnumerator::ValueList &Vals = VE.getValues(); in WriteConstants() local 1027 const llvm_2_9_func::ValueEnumerator::ValueList &Vals = VE.getValues(); in WriteModuleConstants() local 1048 SmallVector<unsigned, 64> &Vals, in PushValueAndType() 1063 SmallVector<unsigned, 64> &Vals) { in WriteInstruction() 1421 SmallVector<unsigned, 64> Vals; in WriteFunction() local 1656 SmallVector<unsigned, 1> Vals; in WriteModule() local
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 122 SmallVector<unsigned, 64> Vals; in WriteStringRecord() local 466 SmallVector<unsigned, 64> Vals; in WriteModuleInfo() local 811 const llvm_2_9::ValueEnumerator::ValueList &Vals = VE.getValues(); in WriteConstants() local 1029 const llvm_2_9::ValueEnumerator::ValueList &Vals = VE.getValues(); in WriteModuleConstants() local 1050 SmallVector<unsigned, 64> &Vals, in PushValueAndType() 1065 SmallVector<unsigned, 64> &Vals) { in WriteInstruction() 1359 SmallVector<unsigned, 64> Vals; in WriteFunction() local 1592 SmallVector<unsigned, 1> Vals; in WriteModule() local
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1617 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in ReadWideAPInt()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 1910 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in ReadWideAPInt()
|