/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 50 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped)); in Interpreter() 97 return ExitValue; in runFunction()
|
D | Interpreter.h | 84 GenericValue ExitValue; // The return value of the called function variable
|
D | Execution.cpp | 595 ExitValue = Result; // Capture the exit value of the program in popStackAndReturnValueToCaller() 597 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped)); in popStackAndReturnValueToCaller()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 54 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped)); in Interpreter() 98 return ExitValue; in runFunction()
|
D | Interpreter.h | 96 GenericValue ExitValue; // The return value of the called function variable
|
D | Execution.cpp | 844 ExitValue = Result; // Capture the exit value of the program in popStackAndReturnValueToCaller() 846 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped)); in popStackAndReturnValueToCaller()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 58 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped)); in Interpreter() 102 return ExitValue; in runFunction()
|
D | Interpreter.h | 77 GenericValue ExitValue; // The return value of the called function variable
|
D | Execution.cpp | 844 ExitValue = Result; // Capture the exit value of the program in popStackAndReturnValueToCaller() 846 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped)); in popStackAndReturnValueToCaller()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 312 int64_t ExitValue; in HandleFloatingPointIV() local 314 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in HandleFloatingPointIV() 342 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue)) in HandleFloatingPointIV() 353 if (InitValue >= ExitValue) in HandleFloatingPointIV() 356 uint32_t Range = uint32_t(ExitValue-InitValue); in HandleFloatingPointIV() 374 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in HandleFloatingPointIV() 380 if (InitValue <= ExitValue) in HandleFloatingPointIV() 383 uint32_t Range = uint32_t(InitValue-ExitValue); in HandleFloatingPointIV() 401 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in HandleFloatingPointIV() 418 ConstantInt::get(Int32Ty, ExitValue), in HandleFloatingPointIV() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 303 int64_t ExitValue; in handleFloatingPointIV() local 305 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in handleFloatingPointIV() 333 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue)) in handleFloatingPointIV() 344 if (InitValue >= ExitValue) in handleFloatingPointIV() 347 uint32_t Range = uint32_t(ExitValue-InitValue); in handleFloatingPointIV() 365 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV() 371 if (InitValue <= ExitValue) in handleFloatingPointIV() 374 uint32_t Range = uint32_t(InitValue-ExitValue); in handleFloatingPointIV() 392 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV() 409 ConstantInt::get(Int32Ty, ExitValue), in handleFloatingPointIV() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 343 int64_t ExitValue; in handleFloatingPointIV() local 345 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in handleFloatingPointIV() 373 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue)) in handleFloatingPointIV() 384 if (InitValue >= ExitValue) in handleFloatingPointIV() 387 uint32_t Range = uint32_t(ExitValue-InitValue); in handleFloatingPointIV() 405 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV() 410 if (InitValue <= ExitValue) in handleFloatingPointIV() 413 uint32_t Range = uint32_t(InitValue-ExitValue); in handleFloatingPointIV() 431 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV() 448 ConstantInt::get(Int32Ty, ExitValue), in handleFloatingPointIV() [all …]
|
/external/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 1931 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB() 1934 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB() 1938 int ExitValue; member 1968 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame() 1970 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame() 1984 BBState.ExitValue -= Size; in verifyStackFrame() 1996 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame() 1997 BBState.ExitValue; in verifyStackFrame() 2003 BBState.ExitValue += Size; in verifyStackFrame() 2014 (SPState[(*I)->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 2233 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB() 2238 int ExitValue = 0; member 2271 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame() 2273 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame() 2282 BBState.ExitValue -= TII->getFrameTotalSize(I); in verifyStackFrame() 2290 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame() 2291 BBState.ExitValue; in verifyStackFrame() 2297 BBState.ExitValue += Size; in verifyStackFrame() 2308 (SPState[(*I)->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame() 2312 << " has exit state (" << SPState[(*I)->getNumber()].ExitValue in verifyStackFrame() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 6249 ConstantInt *ExitValue = ConstantInt::get(SE.getContext(), ExitVal); in getNumIterationsInRange() local 6254 ConstantInt *Val = EvaluateConstantChrecAtConstant(this, ExitValue, SE); in getNumIterationsInRange() 6263 return SE.getConstant(ExitValue); in getNumIterationsInRange() 6490 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print() local 6491 if (!SE.isLoopInvariant(ExitValue, L)) { in print() 6494 OS << *ExitValue; in print()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8836 ConstantInt *ExitValue = ConstantInt::get(SE.getContext(), ExitVal); in getNumIterationsInRange() local 8841 ConstantInt *Val = EvaluateConstantChrecAtConstant(this, ExitValue, SE); in getNumIterationsInRange() 8850 return SE.getConstant(ExitValue); in getNumIterationsInRange() 9642 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print() local 9643 if (!SE.isLoopInvariant(ExitValue, L)) { in print() 9646 OS << *ExitValue; in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 10553 ConstantInt *ExitValue = ConstantInt::get(SE.getContext(), ExitVal); in getNumIterationsInRange() local 10558 ConstantInt *Val = EvaluateConstantChrecAtConstant(this, ExitValue, SE); in getNumIterationsInRange() 10567 return SE.getConstant(ExitValue); in getNumIterationsInRange() 11346 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print() local 11347 if (!SE.isLoopInvariant(ExitValue, L)) { in print() 11350 OS << *ExitValue; in print()
|