Home
last modified time | relevance | path

Searched refs:FirstVal (Results 1 – 10 of 10) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/debug/containers/
Dsequence_container_iterators.pass.cpp79 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/
Ddb_sequence_container_iterators.pass.cpp80 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/
Dsymbolformat.cpp33 FirstVal, enumerator
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632.cpp3963 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()
DIceTargetLoweringX8664.cpp3505 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()
DIceTargetLoweringX8664.h316 void lowerCountZeros(bool Cttz, Type Ty, Variable *Dest, Operand *FirstVal,
DIceTargetLoweringX8632.h320 void lowerCountZeros(bool Cttz, Type Ty, Variable *Dest, Operand *FirstVal,
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp321 unsigned FirstVal = ValNo; in AnalyzeArguments() local
330 SmallVectorImpl<CCValAssign>::iterator B = ArgLocs.begin() + FirstVal; in AnalyzeArguments()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp232 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/
DBitcodeWriter.cpp373 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()