Home
last modified time | relevance | path

Searched refs:InstName (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/www/srt/srt-1.4.4/scripts/win-installer/
H A Dinstall-libsrt.ps183 $InstName = (Split-Path -Leaf $URL) variable
84 $InstPath = "$Destination\$InstName"
91 Write-Output "$InstName already downloaded, use -ForceDownload to download again" variable
102 if ($InstName -match "\.zip$") { variable
105 $ZipName = $InstName
107 $InstName = $ZipName -replace '-win-installer.zip','.exe' variable
108 $InstPath = "$Destination\$InstName"
115 Exit-Script "$InstName not found in $ZipName" variable
121 Write-Output "Installing $InstName" variable
/dports/devel/asl/asl-current/
H A Dcode3203x.c1498 as_snprintf(InstName, sizeof(InstName), "LDI%s", NName); in AddCondition()
1503 as_snprintf(InstName, sizeof(InstName), "B%s", NName); in AddCondition()
1505 as_snprintf(InstName, sizeof(InstName), "B%sD", NName); in AddCondition()
1507 as_snprintf(InstName, sizeof(InstName), "B%sAF", NName); in AddCondition()
1509 as_snprintf(InstName, sizeof(InstName), "B%sAT", NName); in AddCondition()
1518 as_snprintf(InstName, sizeof(InstName), "DB%s", NName); in AddCondition()
1520 as_snprintf(InstName, sizeof(InstName), "DB%sD", NName); in AddCondition()
1522 as_snprintf(InstName, sizeof(InstName), "RETI%s", NName); in AddCondition()
1526 as_snprintf(InstName, sizeof(InstName), "RETS%s", NName); in AddCondition()
1528 as_snprintf(InstName, sizeof(InstName), "TRAP%s", NName); in AddCondition()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Transform/
H A DRewriteByReferenceParameters.cpp66 std::string InstName = Alloca->getName().str(); in tryRewriteInstruction() local
70 "polly_byref_alloca_" + InstName, &*Entry->begin()); in tryRewriteInstruction()
73 "polly_byref_load_" + InstName, &Inst); in tryRewriteInstruction()
77 "polly_byref_cast_" + InstName, &Inst); in tryRewriteInstruction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Transform/
H A DRewriteByReferenceParameters.cpp66 std::string InstName = Alloca->getName().str(); in tryRewriteInstruction() local
70 "polly_byref_alloca_" + InstName, &*Entry->begin()); in tryRewriteInstruction()
73 "polly_byref_load_" + InstName, &Inst); in tryRewriteInstruction()
77 "polly_byref_cast_" + InstName, &Inst); in tryRewriteInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Transform/
H A DRewriteByReferenceParameters.cpp66 std::string InstName = Alloca->getName().str(); in tryRewriteInstruction() local
70 "polly_byref_alloca_" + InstName, &*Entry->begin()); in tryRewriteInstruction()
73 "polly_byref_load_" + InstName, &Inst); in tryRewriteInstruction()
77 "polly_byref_cast_" + InstName, &Inst); in tryRewriteInstruction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Transform/
H A DRewriteByReferenceParameters.cpp66 std::string InstName = Alloca->getName(); in tryRewriteInstruction() local
70 "polly_byref_alloca_" + InstName, &*Entry->begin()); in tryRewriteInstruction()
73 new LoadInst(Alloca, "polly_byref_load_" + InstName, &Inst); in tryRewriteInstruction()
77 "polly_byref_cast_" + InstName, &Inst); in tryRewriteInstruction()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Transform/
H A DRewriteByReferenceParameters.cpp66 std::string InstName = Alloca->getName().str(); in tryRewriteInstruction() local
70 "polly_byref_alloca_" + InstName, &*Entry->begin()); in tryRewriteInstruction()
73 "polly_byref_load_" + InstName, &Inst); in tryRewriteInstruction()
77 "polly_byref_cast_" + InstName, &Inst); in tryRewriteInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp846 RuleChecks, InstName); in emitType01()
852 RuleChecks, InstName); in emitType01()
883 RuleChecks, InstName); in emitType01()
967 verifyRegNotPc(Rn, "Rn", InstName); in emitMemOp()
968 verifyPOrNotW(Address, InstName); in emitMemOp()
990 verifyPOrNotW(Address, InstName); in emitMemOp()
991 verifyRegNotPc(Rm, "Rm", InstName); in emitMemOp()
1024 verifyPOrNotW(Address, InstName); in emitMemOpEnc3()
1025 verifyRegNotPc(Rt, "Rt", InstName); in emitMemOpEnc3()
1043 verifyPOrNotW(Address, InstName); in emitMemOpEnc3()
[all …]
H A DIceAssemblerARM32.h725 EmitChecks RuleChecks, const char *InstName);
731 EmitChecks RuleChecks, const char *InstName);
737 EmitChecks RuleChecks, const char *InstName);
751 const Operand *OpRm, const char *InstName);
756 const char *InstName);
761 const char *InstName);
793 const char *InstName);
810 const char *InstName);
827 const bool SetFlags, const char *InstName);
894 const char *InstName);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Transform/
H A DRewriteByReferenceParameters.cpp55 std::string InstName = Alloca->getName().str(); in tryRewriteInstruction() local
59 "polly_byref_alloca_" + InstName, &*Entry->begin()); in tryRewriteInstruction()
62 "polly_byref_load_" + InstName, &Inst); in tryRewriteInstruction()
66 "polly_byref_cast_" + InstName, &Inst); in tryRewriteInstruction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DRewriteByReferenceParameters.cpp55 std::string InstName = Alloca->getName().str(); in tryRewriteInstruction() local
59 "polly_byref_alloca_" + InstName, &*Entry->begin()); in tryRewriteInstruction()
62 "polly_byref_load_" + InstName, &Inst); in tryRewriteInstruction()
66 "polly_byref_cast_" + InstName, &Inst); in tryRewriteInstruction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Transform/
H A DRewriteByReferenceParameters.cpp55 std::string InstName = Alloca->getName().str(); in tryRewriteInstruction() local
59 "polly_byref_alloca_" + InstName, &*Entry->begin()); in tryRewriteInstruction()
62 "polly_byref_load_" + InstName, &Inst); in tryRewriteInstruction()
66 "polly_byref_cast_" + InstName, &Inst); in tryRewriteInstruction()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DRewriteByReferenceParameters.cpp55 std::string InstName = Alloca->getName().str();
59 "polly_byref_alloca_" + InstName, &*Entry->begin());
62 "polly_byref_load_" + InstName, &Inst);
66 "polly_byref_cast_" + InstName, &Inst);
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/inst/
H A Dinstclass.c45 InstName() in InstName() function
59 InstClass->name = InstName; in InstMethods()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/
H A DSPIRVUtil.cpp330 std::string InstName; in mutateCallInst() local
332 InstName = CI->getName().str(); in mutateCallInst()
333 CI->setName(InstName + ".old"); in mutateCallInst()
337 InstName, TakeFuncName); in mutateCallInst()
394 AttributeList *Attrs, Instruction *Pos, bool Mangle, StringRef InstName, in addCallInst() argument
398 auto CI = CallInst::Create(F, Args, InstName, Pos); in addCallInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
75 dump_pretty(OS, InstName, Separator); in dump_pretty()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
75 dump_pretty(OS, InstName, Separator); in dump_pretty()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
75 dump_pretty(OS, InstName, Separator); in dump_pretty()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
75 dump_pretty(OS, InstName, Separator); in dump_pretty()
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
75 dump_pretty(OS, InstName, Separator); in dump_pretty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
75 dump_pretty(OS, InstName, Separator); in dump_pretty()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
75 dump_pretty(OS, InstName, Separator); in dump_pretty()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
75 dump_pretty(OS, InstName, Separator); in dump_pretty()
/dports/devel/llvm90/llvm-9.0.1.src/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
75 dump_pretty(OS, InstName, Separator); in dump_pretty()
/dports/devel/llvm80/llvm-8.0.1.src/lib/MC/
H A DMCInst.cpp75 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
76 dump_pretty(OS, InstName, Separator); in dump_pretty()

12345678