Home
last modified time | relevance | path

Searched refs:canHandle (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp83 static bool canHandle(const MachineInstr *MI);
238 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks
255 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence()
278 assert(canHandle(A) && canHandle(B) && "Precondition!"); in canReorder()
534 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst()
681 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DMemoryOpRemark.h47 static bool canHandle(const Instruction *I, const TargetLibraryInfo &TLI);
102 static bool canHandle(const Instruction *I);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp96 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
104 static bool canHandle(Instruction *Inst) { in canHandle() function
444 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
452 static bool canHandle(Instruction *Inst) { in canHandle() function
1111 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()
1224 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()
1261 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()
1318 if (SimpleValue::canHandle(CondI)) { in processNode()
1376 if (SimpleValue::canHandle(&Inst)) { in processNode()
1475 if (CallValue::canHandle(&Inst)) { in processNode()
H A DAnnotationRemarks.cpp35 if (!AutoInitRemark::canHandle(I)) in tryEmitAutoInitRemark()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp25 bool MemoryOpRemark::canHandle(const Instruction *I, const TargetLibraryInfo &TLI) { in canHandle() function in MemoryOpRemark
383 bool AutoInitRemark::canHandle(const Instruction *I) { in canHandle() function in AutoInitRemark
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp914 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local
925 if (!canHandle(F)) { in finishLayout()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1887 if (MemoryOpRemark::canHandle(MI, TLI)) { in translateKnownIntrinsic()
2367 if (MemoryOpRemark::canHandle(CI, TLI)) { in translateCallBase()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3370 static bool canHandle(const Instruction *I) { in canHandle() function
3384 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()
3404 if (!CSEDenseMapInfo::canHandle(&In)) in cse()