Home
last modified time | relevance | path

Searched defs:mayLoad (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DInstructionInfoView.h62 bool mayLoad = false; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h103 bool mayLoad() const { return Load; } in mayLoad() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h429 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h251 bool mayLoad : 1; variable
DCodeGenDAGPatterns.cpp3500 bool mayLoad; member in InstAnalyzer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3613 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local