Lines Matching defs:Exp

768                          Value *SizeArgument, bool UseCalls, uint32_t Exp,
780 uint32_t Exp,
788 uint32_t Exp, RuntimeCallInserter &RTCI);
793 Value *SizeArgument, uint32_t Exp,
1596 uint32_t Exp, RuntimeCallInserter &RTCI) {
1611 Exp, RTCI);
1615 IsWrite, nullptr, UseCalls, Exp, RTCI);
1622 Value *SizeArgument, bool UseCalls, uint32_t Exp,
1680 SizeArgument, UseCalls, Exp, RTCI);
1693 // some instrumentation, you set Exp to a non-zero value (mask of optimization
1695 // If Exp is non-zero, this pass will emit special calls into runtime
1701 uint32_t Exp = ClForceExperiment;
1733 UseCalls, Exp, RTCI);
1737 UseCalls, Exp, RTCI);
1745 uint32_t Exp,
1748 Value *ExpVal = Exp == 0 ? nullptr : ConstantInt::get(IRB.getInt32Ty(), Exp);
1751 if (Exp == 0)
1758 if (Exp == 0)
1839 uint32_t Exp,
1864 if (Exp == 0)
1870 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1918 CrashTerm, AddrLong, IsWrite, AccessSizeIndex, SizeArgument, Exp, RTCI);
1930 uint32_t Exp, RuntimeCallInserter &RTCI) {
1937 if (Exp == 0)
1943 {AddrLong, Size, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1949 instrumentAddress(I, InsertBefore, Addr, {}, 8, IsWrite, Size, false, Exp,
1952 Exp, RTCI);
2788 // IsWrite, TypeSize and Exp are encoded in the function name.
2789 for (int Exp = 0; Exp < 2; Exp++) {
2792 const std::string ExpStr = Exp ? "exp_" : "";
2799 if (Exp) {
2808 AsanErrorCallbackSized[AccessIsWrite][Exp] = M.getOrInsertFunction(
2812 AsanMemoryAccessCallbackSized[AccessIsWrite][Exp] = M.getOrInsertFunction(
2819 AsanErrorCallback[AccessIsWrite][Exp][AccessSizeIndex] =
2824 AsanMemoryAccessCallback[AccessIsWrite][Exp][AccessSizeIndex] =