/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | Symbol.h | 60 : 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 D | HotColdSplitting.h | 30 /// 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 D | IPO.h | 89 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 D | InstCombineWorklist.h | 44 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 D | Evaluator.h | 102 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 D | LoopVectorize.h | 142 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 D | SyntheticCountsUtils.cpp | 31 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 D | NameAnonGlobals.cpp | 28 std::string TheHash; 34 std::string &get() { in get()
|
H A D | UnifyFunctionExitNodes.cpp | 55 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 D | VPlanVerifier.cpp | 67 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 D | marl_test.h | 24 friend std::ostream& operator<<(std::ostream& os, in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | vectors.h | 85 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 D | IceFixups.cpp | 53 std::string Symbol; in emit() 69 assert(Offset != std::numeric_limits<RelocOffsetT>::lowest()); in emit()
|
H A D | IceInstrumentation.h | 88 std::mutex GlobalsSeenMutex; 89 std::condition_variable GlobalsSeenCV;
|
H A D | IceSwitchLowering.cpp | 36 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 D | VersionTuple.cpp | 18 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 D | Error.cpp | 72 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 D | AArch64CallLowering.h | 56 using RegHandler = std::function<void(MachineIRBuilder &, Type *, unsigned, 60 std::function<void(MachineIRBuilder &, int, CCValAssign &)>;
|
H A D | AArch64TargetMachine.h | 27 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 D | AArch64BaseInfo.cpp | 130 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 D | SIFrameLowering.h | 44 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 D | ARMTargetMachine.h | 37 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 D | ARMWinCOFFObjectWriter.cpp | 93 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 D | AVRSubtarget.h | 38 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 D | HexagonSelectionDAGInfo.cpp | 58 std::move(Args)) in EmitTargetCodeForMemcpy() 61 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
|