/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 676 Value *StartVal = Start->codegen(); in codegen() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 579 Value *StartVal = Start->Codegen(); in Codegen() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 683 Value *StartVal = Start->Codegen(); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 787 Value *StartVal = Start->codegen(); in codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 795 Value *StartVal = Start->Codegen(); in Codegen() local
|
D | toy.cpp | 1075 Value *StartVal = Start->Codegen(); in Codegen() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 788 Value *StartVal = Start->Codegen(); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 900 Value *StartVal = Start->codegen(); in codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 889 Value *StartVal = Start->codegen(); in codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 896 Value *StartVal = Start->codegen(); in codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 901 Value *StartVal = Start->codegen(); in codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 900 Value *StartVal = Start->codegen(); in codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 900 Value *StartVal = Start->codegen(); in codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 813 Value *StartVal = Start->Codegen(); in Codegen() local
|
D | toy.cpp | 1177 Value *StartVal = Start->Codegen(); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 911 Value *StartVal = Start->codegen(); in codegen() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 4902 uint64_t StartVal = StartConst->getZExtValue(); in tryBFE() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 1035 Value *StartVal = Start->Codegen(); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 1082 Value *StartVal = Start->codegen(); in codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 1255 Value *StartVal = Start->Codegen(); in Codegen() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 3058 const SCEV *StartVal = getSCEV(StartValueV); in createNodeForPHI() local 3083 const SCEV *StartVal = getSCEV(StartValueV); in createNodeForPHI() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4009 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHI() local 4042 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHI() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3576 Value *StartVal = (part == 0) ? VectorStart : Identity; in vectorizeLoop() local
|