Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h34 Vector(unsigned Length, PBQPNum InitVal) in Vector()
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp407 Constant *InitVal, const Twine &Name, in GlobalVariable()
426 LinkageTypes Link, Constant *InitVal, in GlobalVariable()
462 void GlobalVariable::setInitializer(Constant *InitVal) { in setInitializer()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp58 const auto *InitVal = GV->getInitializer(); in add() local
H A DLayer.cpp62 const auto *InitVal = GV.getInitializer(); in IRMaterializationUnit() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp37 unsigned &InitVal, unsigned &LoopVal) { in getPhiRegs()
388 unsigned InitVal = 0; in generateExistingPhis() local
1118 unsigned InitVal = 0; in rewritePhiValues() local
1208 unsigned InitVal = 0; in isLoopCarried() local
H A DMachinePipeliner.cpp683 unsigned &InitVal, unsigned &LoopVal) { in getPhiRegs()
2625 unsigned InitVal = 0; in isLoopCarried() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp861 uint64_t AllocSize, Constant *InitVal, in OptimizeGlobalAddressOfAllocation()
1051 Constant *InitVal = getInitialValueOfAllocation(CI, TLI, Int8Ty); in tryToOptimizeStoreOfAllocationToGlobal() local
1163 Constant *InitVal = GV->getInitializer(); in TryToShrinkGlobalToBoolean() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp642 DiffVec &diffEncode(DiffVec &V, unsigned InitVal, SparseBitVector<> List) { in diffEncode()
655 DiffVec &diffEncode(DiffVec &V, unsigned InitVal, Iter Begin, Iter End) { in diffEncode()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp723 if (Value *InitVal = Env.getValue(*Init, SkipPast::None)) in VisitInitListExpr() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCRegisterInfo.h207 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) { in init()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp986 Value *InitVal; in codegen() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1009 Value *InitVal; in codegen() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp882 Value *InitVal; in Codegen() local
H A Dtoy.cpp1162 Value *InitVal; in Codegen() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp1003 Value *InitVal; in codegen() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1003 Value *InitVal; in codegen() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1003 Value *InitVal; in codegen() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1007 Value *InitVal; in codegen() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp900 Value *InitVal; in Codegen() local
H A Dtoy.cpp1264 Value *InitVal; in Codegen() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp612 SVal InitVal = state->getSVal(InitEx, LC); in VisitDeclStmt() local
H A DExprEngineCXX.cpp1199 SVal InitVal; in VisitLambdaExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1122 Value *InitVal; in Codegen() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1179 Value *InitVal; in codegen() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp276 Value *InitVal = ConstantInt::get(Cand.first->getType(), 0); in run() local

12