Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp676 Value *StartVal = Start->codegen(); in codegen() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp579 Value *StartVal = Start->Codegen(); in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp787 Value *StartVal = Start->codegen(); in codegen() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp683 Value *StartVal = Start->Codegen(); in Codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp889 Value *StartVal = Start->codegen(); in codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp900 Value *StartVal = Start->codegen(); in codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp900 Value *StartVal = Start->codegen(); in codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp900 Value *StartVal = Start->codegen(); in codegen() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp901 Value *StartVal = Start->codegen(); in codegen() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp896 Value *StartVal = Start->codegen(); in codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp795 Value *StartVal = Start->Codegen(); in Codegen() local
Dtoy.cpp1075 Value *StartVal = Start->Codegen(); in Codegen() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp788 Value *StartVal = Start->Codegen(); in Codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp911 Value *StartVal = Start->codegen(); in codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp813 Value *StartVal = Start->Codegen(); in Codegen() local
Dtoy.cpp1177 Value *StartVal = Start->Codegen(); in Codegen() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp4902 uint64_t StartVal = StartConst->getZExtValue(); in tryBFE() local
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp1082 Value *StartVal = Start->codegen(); in codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1035 Value *StartVal = Start->Codegen(); in Codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1255 Value *StartVal = Start->Codegen(); in Codegen() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3058 const SCEV *StartVal = getSCEV(StartValueV); in createNodeForPHI() local
3083 const SCEV *StartVal = getSCEV(StartValueV); in createNodeForPHI() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4009 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHI() local
4042 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHI() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3576 Value *StartVal = (part == 0) ? VectorStart : Identity; in vectorizeLoop() local