Home
last modified time | relevance | path

Searched refs:Folder (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h149 const IRBuilderFolder &Folder; variable
162 IRBuilderBase(LLVMContext &context, const IRBuilderFolder &Folder, in IRBuilderBase() argument
165 : Context(context), Folder(Folder), Inserter(Inserter), in IRBuilderBase()
1411 Folder.FoldNoWrapBinOp(Instruction::Add, LHS, RHS, HasNUW, HasNSW))
1428 Folder.FoldNoWrapBinOp(Instruction::Sub, LHS, RHS, HasNUW, HasNSW))
1445 Folder.FoldNoWrapBinOp(Instruction::Mul, LHS, RHS, HasNUW, HasNSW))
1461 if (Value *V = Folder.FoldExactBinOp(Instruction::UDiv, LHS, RHS, isExact))
1474 if (Value *V = Folder.FoldExactBinOp(Instruction::SDiv, LHS, RHS, isExact))
1486 if (Value *V = Folder.FoldBinOp(Instruction::URem, LHS, RHS))
1492 if (Value *V = Folder.FoldBinOp(Instruction::SRem, LHS, RHS))
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp46 BuilderTy(BasicBlock *TheBB, BasicBlock::iterator IP, TargetFolder Folder) in BuilderTy() argument
47 : IRBuilder<TargetFolder>(TheBB, IP, Folder) { in BuilderTy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp949 InstSimplifyFolder Folder(DL); in tryToFoldLiveIns() local
951 return Folder.FoldBinOp(static_cast<Instruction::BinaryOps>(Opcode), Ops[0], in tryToFoldLiveIns()
954 return Folder.FoldCast(static_cast<Instruction::CastOps>(Opcode), Ops[0], in tryToFoldLiveIns()
958 return Folder.FoldSelect(Ops[0], Ops[1], in tryToFoldLiveIns()
961 return Folder.FoldBinOp(Instruction::BinaryOps::Xor, Ops[0], in tryToFoldLiveIns()
964 return Folder.FoldSelect(Ops[0], Ops[1], Ops[2]); in tryToFoldLiveIns()
967 return Folder.FoldCmp(cast<VPRecipeWithIRFlags>(R).getPredicate(), Ops[0], in tryToFoldLiveIns()
972 return Folder.FoldGEP(GEP->getSourceElementType(), Ops[0], drop_begin(Ops), in tryToFoldLiveIns()
976 return Folder.FoldGEP(IntegerType::getInt8Ty(TypeInfo.getContext()), Ops[0], in tryToFoldLiveIns()
980 return Folder.FoldInsertElement(Ops[0], Ops[1], Ops[2]); in tryToFoldLiveIns()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h255 std::string Folder; // --output-folder=<Folder> variable
383 STD_STRING_FUNCTION(Output, Folder);
/freebsd/contrib/libpcap/doc/
H A DREADME.windows.md127 Open the folder containing the libpcap source with Open > Folder.
154 Open the folder containing the libpcap source with Open > Folder.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp139 BranchFolder Folder(EnableTailMerge, /*CommonHoist=*/true, MBBFreqInfo, MBPI, in run() local
141 if (!Folder.OptimizeFunction(MF, MF.getSubtarget().getInstrInfo(), in run()
158 BranchFolder Folder( in runOnMachineFunction() local
162 return Folder.OptimizeFunction(MF, MF.getSubtarget().getInstrInfo(), in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp175 cl::location(ReaderOptions.Output.Folder));
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp840 if (Value *V = Folder.FoldBinaryIntrinsic(ID, LHS, RHS, Fn->getReturnType(), in CreateBinaryIntrinsic()
983 if (auto *V = Folder.FoldCmp(P, LHS, RHS)) in CreateFCmpHelper()
1025 if (auto *V = Folder.FoldSelect(C, True, False)) in CreateSelectFMF()
/freebsd/contrib/file/magic/Magdir/
H A Dwindows43 # 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 DPath.inc981 // Separately, on VirtualBox Shared Folder mounts, writes via memory
/freebsd/contrib/bearssl/
H A DDoxyfile653 # will remove the Files entry from the Quick Index and from the Folder Tree View
661 # Folder Tree View (if specified).
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in732 # will remove the Files entry from the Quick Index and from the Folder Tree View
740 # Folder Tree View (if specified).
/freebsd/contrib/libcbor/
H A DDoxyfile755 # will remove the Files entry from the Quick Index and from the Folder Tree View
763 # Folder Tree View (if specified).
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen773 # will remove the Files entry from the Quick Index and from the Folder Tree View
781 # Folder Tree View (if specified).