Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h62 bool mayLoad = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h103 bool mayLoad() const { return Load; } in mayLoad() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h429 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h251 bool mayLoad : 1; variable
H A DCodeGenDAGPatterns.cpp3499 bool mayLoad; member in InstAnalyzer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3596 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local