Home
last modified time | relevance | path

Searched refs:std (Results 13701 - 13725 of 20522) sorted by relevance

1...<<541542543544545546547548549550>>...821

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DSymbol.h60 : Name(Name), Targets(std::move(Targets)), Kind(Kind), Flags(Flags) {} in Symbol()
97 std::function<bool(const Target &)>>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h30 /// A 0-sized SmallVector is slightly cheaper to move than a std::vector.
38 std::function<OptimizationRemarkEmitter &(Function &)> *GORE, in HotColdSplitting()
56 std::function<OptimizationRemarkEmitter &(Function &)> *GetORE;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
H A DIPO.h89 ModulePass *createGVExtractionPass(std::vector<GlobalValue*>& GVs, bool
130 createInternalizePass(std::function<bool(const GlobalValue &)> MustPreserveGV);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h44 if (WorklistMap.insert(std::make_pair(I, Worklist.size())).second) { in Add()
66 WorklistMap.insert(std::make_pair(I, Idx++)); in AddInitialGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h102 std::deque<DenseMap<Value*, Constant*>> ValueStack;
116 SmallVector<std::unique_ptr<GlobalVariable>, 32> AllocaTmps;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h142 std::function<const LoopAccessInfo &(Loop &)> *GetLAA;
153 std::function<const LoopAccessInfo &(Loop &)> &GetLAA_,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp31 SmallVector<std::pair<NodeRef, EdgeRef>, 8> SCCEdges, NonSCCEdges; in propagateFromSCC()
90 std::vector<SccTy> SCCs; in propagate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp28 std::string TheHash;
34 std::string &get() { in get()
H A DUnifyFunctionExitNodes.cpp55 std::vector<BasicBlock*> ReturningBlocks; in runOnFunction()
56 std::vector<BasicBlock*> UnreachableBlocks; in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp67 assert(std::find(SuccPreds.begin(), SuccPreds.end(), VPB) != in verifyBlocksInRegion()
88 assert(std::find(PredSuccs.begin(), PredSuccs.end(), VPB) != in verifyBlocksInRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmarl_test.h24 friend std::ostream& operator<<(std::ostream& os, in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dvectors.h85 std::string vectAsString(const typename Vectors<T>::Ty Vect) { in vectAsString()
86 std::ostringstream OS; in vectAsString()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceFixups.cpp53 std::string Symbol; in emit()
69 assert(Offset != std::numeric_limits<RelocOffsetT>::lowest()); in emit()
H A DIceInstrumentation.h88 std::mutex GlobalsSeenMutex;
89 std::condition_variable GlobalsSeenCV;
H A DIceSwitchLowering.cpp36 std::sort(CaseClusters.begin(), CaseClusters.end(), in clusterizeSwitch()
43 std::for_each(Active + 1, CaseClusters.end(), in clusterizeSwitch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVersionTuple.cpp18 std::string VersionTuple::getAsString() const { in getAsString()
19 std::string Result; in getAsString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DError.cpp72 std::exit(1); in PrintFatalError()
79 std::exit(1); in PrintFatalError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.h56 using RegHandler = std::function<void(MachineIRBuilder &, Type *, unsigned,
60 std::function<void(MachineIRBuilder &, int, CCValAssign &)>;
H A DAArch64TargetMachine.h27 std::unique_ptr<TargetLoweringObjectFile> TLOF;
28 mutable StringMap<std::unique_ptr<AArch64Subtarget>> SubtargetMap;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp130 std::string UpperName = Name.upper(); in parseGenericRegister()
147 std::string AArch64SysReg::genericRegisterString(uint32_t Bits) { in genericRegisterString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h44 std::vector<CalleeSavedInfo> &CSI) const override;
69 std::pair<unsigned, bool> getReservedPrivateSegmentWaveByteOffsetReg(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetMachine.h37 std::unique_ptr<TargetLoweringObjectFile> TLOF;
39 mutable StringMap<std::unique_ptr<ARMSubtarget>> SubtargetMap;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFObjectWriter.cpp93 std::unique_ptr<MCObjectTargetWriter>
95 return std::make_unique<ARMWinCOFFObjectWriter>(Is64Bit); in createARMWinCOFFObjectWriter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRSubtarget.h38 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp58 std::move(Args)) in EmitTargetCodeForMemcpy()
61 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()

Completed in 21 milliseconds

1...<<541542543544545546547548549550>>...821