Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h70 bool mayLoad = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h94 bool mayLoad() const { return Load; } mayLoad() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h256 bool mayLoad : 1; variable
H A DCodeGenDAGPatterns.cpp3560 bool mayLoad; member in InstAnalyzer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h438 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4195 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local