Home
last modified time | relevance | path

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

12

/llvm-project/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()
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp58 const auto *InitVal = GV->getInitializer(); add() local
H A DLayer.cpp62 const auto *InitVal = GV.getInitializer(); in IRMaterializationUnit() local
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DEnumSizeCheck.cpp118 const llvm::APSInt &InitVal = It->getInitVal(); in check() local
/llvm-project/llvm/lib/IR/
H A DGlobals.cpp461 Op<0>() = InitVal; in GlobalVariable() argument
442 GlobalVariable(Type * Ty,bool constant,LinkageTypes Link,Constant * InitVal,const Twine & Name,ThreadLocalMode TLMode,unsigned AddressSpace,bool isExternallyInitialized) GlobalVariable() argument
485 setInitializer(Constant * InitVal) setInitializer() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp41 unsigned &InitVal, unsigned &LoopVal) { in getPhiRegs() argument
389 unsigned InitVal = 0; generateExistingPhis() local
1117 unsigned InitVal = 0; rewritePhiValues() local
1207 unsigned InitVal = 0; isLoopCarried() local
2363 unsigned InitVal, LoopVal; getLoopPhiUser() local
2720 unsigned InitVal, LoopVal; canApply() local
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp913 OptimizeGlobalAddressOfAllocation(GlobalVariable * GV,CallInst * CI,uint64_t AllocSize,Constant * InitVal,const DataLayout & DL,TargetLibraryInfo * TLI) OptimizeGlobalAddressOfAllocation() argument
1083 Constant *InitVal = getInitialValueOfAllocation(CI, TLI, Int8Ty); tryToOptimizeStoreOfAllocationToGlobal() local
1192 Constant *InitVal = GV->getInitializer(); TryToShrinkGlobalToBoolean() local
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h207 init(unsigned InitVal,const int16_t * DiffList) init() argument
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp882 Value *InitVal; in Codegen() local
H A Dtoy.cpp1162 Value *InitVal; in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp986 Value *InitVal; in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp1003 Value *InitVal; in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1003 Value *InitVal; in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1003 Value *InitVal; in codegen() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp605 SVal InitVal = state->getSVal(InitEx, LC); in VisitDeclStmt() local
H A DExprEngineCXX.cpp1201 SVal InitVal; VisitLambdaExpr() local
H A DExprEngine.cpp437 SVal InitVal = State->getSVal(Init, LC); in createTemporaryRegionIfNeeded() local
1198 SVal InitVal; ProcessInitializer() local
1231 SVal InitVal = State->getSVal(Init, stackFrame); ProcessInitializer() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp900 Value *InitVal; in Codegen() local
H A Dtoy.cpp1264 Value *InitVal; in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1019 Value *InitVal; in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1007 Value *InitVal; in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1122 Value *InitVal; in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1179 Value *InitVal; in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1342 Value *InitVal; in Codegen() local
/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp649 diffEncode(DiffVec & V,unsigned InitVal,Iter Begin,Iter End) diffEncode() argument

12