Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp81 static bool canHandle(const MachineInstr *MI);
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()
532 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst()
679 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/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
460 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
468 static bool canHandle(Instruction *Inst) { in canHandle() function
1138 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()
1251 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()
1288 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()
1345 if (SimpleValue::canHandle(CondI)) { in processNode()
1403 if (SimpleValue::canHandle(&Inst)) { in processNode()
1509 if (CallValue::canHandle(&Inst)) { in processNode()
H A DAnnotationRemarks.cpp33 if (!AutoInitRemark::canHandle(I)) in tryEmitAutoInitRemark()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp26 bool MemoryOpRemark::canHandle(const Instruction *I, const TargetLibraryInfo &TLI) { in canHandle() function in MemoryOpRemark
385 bool AutoInitRemark::canHandle(const Instruction *I) { in canHandle() function in AutoInitRemark
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp913 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local
924 if (!canHandle(F)) { in finishLayout()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1886 if (MemoryOpRemark::canHandle(MI, *LibInfo)) { in translateKnownIntrinsic()
2375 if (MemoryOpRemark::canHandle(CI, *LibInfo)) { in translateCallBase()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3384 static bool canHandle(const Instruction *I) { in canHandle() function
3398 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()
3418 if (!CSEDenseMapInfo::canHandle(&In)) in cse()