Home
last modified time | relevance | path

Searched refs:FnR (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp384 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
722 if (R == FnR) in cmpValues()
726 if (R == FnR) { in cmpValues()
796 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()
799 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature()
803 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
807 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
811 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
815 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compareSignature()
820 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compareSignature()
[all …]
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp391 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
752 if (R == FnR) in cmpValues()
756 if (R == FnR) { in cmpValues()
826 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()
829 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature()
833 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
837 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
841 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
845 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compareSignature()
850 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compareSignature()
[all …]
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp179 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
414 const Function *FnL, *FnR; member in __anon7fe985500111::FunctionComparator
791 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
1130 if (R == FnR) in cmpValues()
1134 if (R == FnR) { in cmpValues()
1223 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare()
1226 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare()
1230 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compare()
1234 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compare()
1238 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compare()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
328 const Function *FnL, *FnR; variable
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
328 const Function *FnL, *FnR; variable
/external/llvm-project/llvm/unittests/Transforms/Utils/
DFunctionComparatorTest.cpp54 return F1 == FnL && F2 == FnR; in testFunctionAccess()
/external/rust/crates/nom/src/branch/
Dmod.rs263 …G G, FnH H, FnI I, FnJ J, FnK K, FnL L, FnM M, FnN N, FnO O, FnP P, FnQ Q, FnR R, FnS S, FnT T, Fn…
/external/rust/crates/nom/src/sequence/
Dmod.rs281 FnM M, FnN N, FnO O, FnP P, FnQ Q, FnR R, FnS S, FnT T, FnU U);
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp14949 ExprResult FnR = CreateUnresolvedLookupExpr(/*NamingClass=*/nullptr, in BuildForRangeBeginEndCall() local
14952 if (FnR.isInvalid()) in BuildForRangeBeginEndCall()
14954 UnresolvedLookupExpr *Fn = cast<UnresolvedLookupExpr>(FnR.get()); in BuildForRangeBeginEndCall()