/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/debug/containers/ |
D | sequence_container_iterators.pass.cpp | 79 auto FirstVal = *(C.begin()); in RemoveFirstElem() local 80 C.remove(FirstVal); in RemoveFirstElem() 85 auto FirstVal = *(C.begin()); in RemoveFirstElem() local 86 C.remove(FirstVal); in RemoveFirstElem()
|
/external/libcxx/test/libcxx/debug/containers/ |
D | db_sequence_container_iterators.pass.cpp | 80 auto FirstVal = *(C.begin()); in RemoveFirstElem() local 81 C.remove(FirstVal); in RemoveFirstElem() 86 auto FirstVal = *(C.begin()); in RemoveFirstElem() local 87 C.remove(FirstVal); in RemoveFirstElem()
|
/external/llvm/test/DebugInfo/PDB/Inputs/ |
D | symbolformat.cpp | 33 FirstVal, enumerator
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8632.cpp | 3963 Operand *FirstVal; in lowerIntrinsic() local 3966 FirstVal = loOperand(Val); in lowerIntrinsic() 3969 FirstVal = Val; in lowerIntrinsic() 3972 lowerCountZeros(IsCttz, Val->getType(), Instr->getDest(), FirstVal, in lowerIntrinsic() 3980 Operand *FirstVal; in lowerIntrinsic() local 3983 FirstVal = hiOperand(Val); in lowerIntrinsic() 3986 FirstVal = Val; in lowerIntrinsic() 3989 lowerCountZeros(IsCttz, Val->getType(), Instr->getDest(), FirstVal, in lowerIntrinsic() 4625 Operand *FirstVal, Operand *SecondVal) { in lowerCountZeros() argument 4659 Operand *FirstValRM = legalize(FirstVal, Legal_Mem | Legal_Reg); in lowerCountZeros()
|
D | IceTargetLoweringX8664.cpp | 3505 Operand *FirstVal = Val; in lowerIntrinsic() local 3508 lowerCountZeros(IsCttz, Val->getType(), Instr->getDest(), FirstVal, in lowerIntrinsic() 3516 Operand *FirstVal = Val; in lowerIntrinsic() local 3519 lowerCountZeros(IsCttz, Val->getType(), Instr->getDest(), FirstVal, in lowerIntrinsic() 4072 Operand *FirstVal, Operand *SecondVal) { in lowerCountZeros() argument 4100 Operand *FirstValRM = legalize(FirstVal, Legal_Mem | Legal_Reg); in lowerCountZeros()
|
D | IceTargetLoweringX8664.h | 316 void lowerCountZeros(bool Cttz, Type Ty, Variable *Dest, Operand *FirstVal,
|
D | IceTargetLoweringX8632.h | 320 void lowerCountZeros(bool Cttz, Type Ty, Variable *Dest, Operand *FirstVal,
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 321 unsigned FirstVal = ValNo; in AnalyzeArguments() local 330 SmallVectorImpl<CCValAssign>::iterator B = ArgLocs.begin() + FirstVal; in AnalyzeArguments()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 232 void writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal); 1972 void ModuleBitcodeWriter::writeConstants(unsigned FirstVal, unsigned LastVal, in writeConstants() argument 1974 if (FirstVal == LastVal) return; in writeConstants() 2015 for (unsigned i = FirstVal; i != LastVal; ++i) { in writeConstants()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 373 void writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal); 2268 void ModuleBitcodeWriter::writeConstants(unsigned FirstVal, unsigned LastVal, in writeConstants() argument 2270 if (FirstVal == LastVal) return; in writeConstants() 2311 for (unsigned i = FirstVal; i != LastVal; ++i) { in writeConstants()
|