Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp81 static bool canHandle(const MachineInstr *MI);
113 /// \c canHandle should return true for all instructions in \p
236 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks
253 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence()
276 assert(canHandle(A) && canHandle(B) && "Precondition!"); in canReorder()
278 // canHandle makes sure that we _can_ correctly analyze the dependencies in canReorder()
532 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst()
679 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryOpRemark.h48 static bool canHandle(const Instruction *I, const TargetLibraryInfo &TLI);
103 static bool canHandle(const Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp97 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
105 static bool canHandle(Instruction *Inst) { in canHandle() function
487 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
495 static bool canHandle(Instruction *Inst) { in canHandle() function
568 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in GEPValue()
573 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in GEPValue()
581 static bool canHandle(Instruction *Inst) { in canHandle() function
1242 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()
1369 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()
1406 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()
[all …]
H A DAnnotationRemarks.cpp32 if (!AutoInitRemark::canHandle(I)) in tryEmitAutoInitRemark()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp27 bool MemoryOpRemark::canHandle(const Instruction *I, const TargetLibraryInfo &TLI) { in canHandle() function in MemoryOpRemark
388 bool AutoInitRemark::canHandle(const Instruction *I) { in canHandle() function in AutoInitRemark
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp898 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local
909 if (!canHandle(F)) { in finishLayout()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2153 if (MemoryOpRemark::canHandle(MI, *LibInfo)) { in translateKnownIntrinsic()
2655 if (MemoryOpRemark::canHandle(CI, *LibInfo)) { in translateCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2839 static bool canHandle(const Instruction *I) { in canHandle() function
2853 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()
2873 if (!CSEDenseMapInfo::canHandle(&In)) in cse()