Home
last modified time | relevance | path

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

/external/llvm/test/DebugInfo/PDB/Inputs/
Dsymbolformat.cpp33 FirstVal, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp713 static void WriteConstants(unsigned FirstVal, unsigned LastVal, in WriteConstants() argument
716 if (FirstVal == LastVal) return; in WriteConstants()
757 for (unsigned i = FirstVal; i != LastVal; ++i) { in WriteConstants()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h4278 Operand *FirstVal;
4281 FirstVal = loOperand(Val);
4284 FirstVal = Val;
4287 lowerCountZeros(IsCttz, Val->getType(), Instr->getDest(), FirstVal,
4295 Operand *FirstVal;
4298 FirstVal = hiOperand(Val);
4301 FirstVal = Val;
4304 lowerCountZeros(IsCttz, Val->getType(), Instr->getDest(), FirstVal,
4984 Operand *FirstVal,
5019 Operand *FirstValRM = legalize(FirstVal, Legal_Mem | Legal_Reg);
DIceTargetLoweringX86Base.h330 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()