HomeSort by: relevance | last modified time | path
    Searched refs:VFInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 125 struct VFInfo {
128 std::string VectorName; /// Vector Function Name associated to this VFInfo.
143 /// Function to construct a VFInfo out of a mangled names in the
169 Optional<VFInfo> tryDemangleForVFABI(StringRef MangledName, const Module &M);
217 const SmallVector<VFInfo, 8> ScalarToVectorMappings;
222 SmallVectorImpl<VFInfo> &Mappings) {
235 const Optional<VFInfo> Shape =
250 /// Retrieve all the VFInfo instances associated to the CallInst CI.
251 static SmallVector<VFInfo, 8> getMappings(const CallInst &CI) {
252 SmallVector<VFInfo, 8> Ret
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VFABIDemangling.cpp 319 Optional<VFInfo> VFABI::tryDemangleForVFABI(StringRef MangledName,
458 return VFInfo({Shape, std::string(ScalarName), std::string(VectorName), ISA});
VectorUtils.cpp 1331 Optional<VFInfo> Info = VFABI::tryDemangleForVFABI(S, *(CI.getModule()));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 313 Optional<VFInfo> VI = VFABI::tryDemangleForVFABI(VariantMapping, *M);

Completed in 19 milliseconds