Home
last modified time | relevance | path

Searched defs:InitVal (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/IR/
DGlobals.cpp142 Constant *InitVal, const Twine &Name, in GlobalVariable()
159 LinkageTypes Link, Constant *InitVal, in GlobalVariable()
193 void GlobalVariable::setInitializer(Constant *InitVal) { in setInitializer()
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h36 Vector(unsigned Length, PBQPNum InitVal) in Vector()
175 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/external/llvm/include/llvm/ADT/
DStringMap.h149 InitType &&InitVal) { in Create()
179 static StringMapEntry *Create(StringRef Key, InitType &&InitVal) { in Create()
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp576 DiffVec &diffEncode(DiffVec &V, unsigned InitVal, SparseBitVector<> List) { in diffEncode()
589 DiffVec &diffEncode(DiffVec &V, unsigned InitVal, Iter Begin, Iter End) { in diffEncode()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h202 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) { in init()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp593 SVal InitVal; in VisitLambdaExpr() local
DExprEngineC.cpp493 SVal InitVal = state->getSVal(InitEx, LC); in VisitDeclStmt() local
DExprEngine.cpp494 SVal InitVal; in ProcessInitializer() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp981 Value *InitVal; in codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp885 Value *InitVal; in Codegen() local
Dtoy.cpp1165 Value *InitVal; in Codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp903 Value *InitVal; in Codegen() local
Dtoy.cpp1267 Value *InitVal; in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1174 Value *InitVal; in codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1125 Value *InitVal; in Codegen() local
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1008 Value *InitVal; in IRGen() local
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1008 Value *InitVal; in IRGen() local
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1008 Value *InitVal; in IRGen() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1345 Value *InitVal; in Codegen() local
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1009 Value *InitVal; in IRGen() local
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1376 const MachineOperand *InitVal, const MachineOperand *EndVal, in loopCountMayWrapOrUnderFlow()
/external/clang/lib/Sema/
DSemaDecl.cpp14361 const llvm::APSInt &InitVal = ECD->getInitVal(); in ActOnEnumBody() local
14482 llvm::APSInt InitVal = ECD->getInitVal(); in ActOnEnumBody() local
14541 llvm::APSInt InitVal = ECD->getInitVal(); in ActOnEnumBody() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1627 Constant *InitVal = GV->getInitializer(); in TryToShrinkGlobalToBoolean() local