Home
last modified time | relevance | path

Searched refs:TmpDest (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp544 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
546 InstIcmp::create(Func, InstIcmp::Ne, TmpDest, Left, Right)); in Binop()
547 BoolDest->setBoolSource(TmpDest); in Binop()
549 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
554 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
556 InstIcmp::create(Func, InstIcmp::Eq, TmpDest, Left, Right)); in Binop()
557 BoolDest->setBoolSource(TmpDest); in Binop()
559 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
564 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
566 InstIcmp::create(Func, InstIcmp::Slt, TmpDest, Left, Right)); in Binop()
[all …]
/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp111 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local
113 if (!real_path(Path, TmpDest)) in isCaseSensitivePath()
115 Path = TmpDest; in isCaseSensitivePath()
/external/llvm-project/clang/lib/Frontend/
DModuleDependencyCollector.cpp113 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local
115 if (llvm::sys::fs::real_path(Path, TmpDest)) in isCaseSensitivePath()
117 Path = TmpDest; in isCaseSensitivePath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp18 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local
21 if (!sys::fs::real_path(Path, TmpDest)) in isCaseSensitivePath()
23 Path = TmpDest; in isCaseSensitivePath()
/external/llvm-project/llvm/lib/Support/
DFileCollector.cpp35 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local
38 if (!sys::fs::real_path(Path, TmpDest)) in isCaseSensitivePath()
40 Path = TmpDest; in isCaseSensitivePath()