Searched refs:Folder (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 119 const IRBuilderFolder &Folder; variable 132 IRBuilderBase(LLVMContext &context, const IRBuilderFolder &Folder, in IRBuilderBase() argument 135 : Context(context), Folder(Folder), Inserter(Inserter), in IRBuilderBase() 1335 Folder.FoldNoWrapBinOp(Instruction::Add, LHS, RHS, HasNUW, HasNSW)) 1352 Folder.FoldNoWrapBinOp(Instruction::Sub, LHS, RHS, HasNUW, HasNSW)) 1369 Folder.FoldNoWrapBinOp(Instruction::Mul, LHS, RHS, HasNUW, HasNSW)) 1385 if (Value *V = Folder.FoldExactBinOp(Instruction::UDiv, LHS, RHS, isExact)) 1398 if (Value *V = Folder.FoldExactBinOp(Instruction::SDiv, LHS, RHS, isExact)) 1410 if (Value *V = Folder.FoldBinOp(Instruction::URem, LHS, RHS)) 1416 if (Value *V = Folder.FoldBinOp(Instruction::SRem, LHS, RHS)) [all …]
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.windows.md | 132 Open the folder containing the libpcap source with Open > Folder. 157 Open the folder containing the libpcap source with Open > Folder.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 254 std::string Folder; // --output-folder=<Folder> variable 380 STD_STRING_FUNCTION(Output, Folder);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 172 cl::location(ReaderOptions.Output.Folder));
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 927 if (Value *V = Folder.FoldBinaryIntrinsic(ID, LHS, RHS, Fn->getReturnType(), in CreateBinaryIntrinsic() 1057 if (auto *V = Folder.FoldCmp(P, LHS, RHS)) in CreateFCmpHelper() 1093 if (auto *V = Folder.FoldSelect(C, True, False)) in CreateSelect()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 133 BranchFolder Folder( in runOnMachineFunction() local 137 return Folder.OptimizeFunction(MF, MF.getSubtarget().getInstrInfo(), in runOnMachineFunction()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | windows | 43 # CLSID: 6F74FDC5-E366-11d1-9A4E-00C04FA309D4~Message 6F74FDC6-E366-11D1-9A4E-00C04FA309D4~Folder 959 # Note: called "Microsoft OutLook Personal Folder" by TrID and
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 980 // Separately, on VirtualBox Shared Folder mounts, writes via memory
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 653 # will remove the Files entry from the Quick Index and from the Folder Tree View 661 # Folder Tree View (if specified).
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 755 # will remove the Files entry from the Quick Index and from the Folder Tree View 763 # Folder Tree View (if specified).
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 732 # will remove the Files entry from the Quick Index and from the Folder Tree View 740 # Folder Tree View (if specified).
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 773 # will remove the Files entry from the Quick Index and from the Folder Tree View 781 # Folder Tree View (if specified).
|