Searched refs:OpcodeInstMap (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 1844 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument 1851 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl() 1891 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in checkForAllInstructions() local 1892 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, &QueryingAA, in checkForAllInstructions() 2732 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local 2733 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr, in isValidFunctionSignatureRewrite() 3084 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache() 3105 for (auto &It : OpcodeInstMap) in ~FunctionInfo() 3353 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local 3357 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes() [all …]
|
H A D | AttributorAttributes.cpp | 2074 auto &OpcodeInstMap = A.getInfoCache().getOpcodeInstMapForFunction(*F); in initialize() local 2080 if (auto *Insts = OpcodeInstMap.lookup(Instruction::Ret)) in initialize()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 976 auto &OpcodeInstMap = A.getInfoCache().getOpcodeInstMapForFunction(*F); in initialize() local 982 for (Instruction *RI : OpcodeInstMap[Instruction::Ret]) in initialize() 5765 checkForAllInstructionsImpl(InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument 5770 for (Instruction *I : OpcodeInstMap[Opcode]) { in checkForAllInstructionsImpl() 5800 auto &OpcodeInstMap = in checkForAllInstructions() local 5802 if (!checkForAllInstructionsImpl(OpcodeInstMap, Pred, &LivenessAA, AnyDead, in checkForAllInstructions() 6220 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in registerFunctionSignatureRewrite() local 6221 if (!checkForAllInstructionsImpl(OpcodeInstMap, InstPred, nullptr, AnyDead, in registerFunctionSignatureRewrite() 6646 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local 6649 OpcodeInstMap, CallSitePred, nullptr, AnyDead, in identifyDefaultAbstractAttributes() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 1256 return getFunctionInfo(F).OpcodeInstMap; 1331 OpcodeInstMapTy OpcodeInstMap;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | Attributor.h | 1266 return getFunctionInfo(F).OpcodeInstMap; 1344 OpcodeInstMapTy OpcodeInstMap;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | Attributor.h | 1266 return getFunctionInfo(F).OpcodeInstMap; 1344 OpcodeInstMapTy OpcodeInstMap;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | Attributor.h | 1266 return getFunctionInfo(F).OpcodeInstMap; 1344 OpcodeInstMapTy OpcodeInstMap;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | Attributor.h | 1266 return getFunctionInfo(F).OpcodeInstMap; 1344 OpcodeInstMapTy OpcodeInstMap;
|