Home
last modified time | relevance | path

Searched refs:isLegalStoreImmediate (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1241 bool isLegalStoreImmediate(int64_t Imm) const override;
H A DX86ISelLowering.cpp33983 bool X86TargetLowering::isLegalStoreImmediate(int64_t Imm) const { in isLegalStoreImmediate() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2568 virtual bool isLegalStoreImmediate(int64_t Value) const { in isLegalStoreImmediate() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6595 !DAG.getTargetLoweringInfo().isLegalStoreImmediate(C->getSExtValue()); in getMemsetValue()