Home
last modified time | relevance | path

Searched refs:IsLoadStore (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTypes.cpp45 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument
60 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument
80 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument
87 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_mips/
H A Dvalidator.h273 bool IsLoadStore() const { in IsLoadStore() function
274 return decoder_->IsLoadStore(); in IsLoadStore()
H A Dinst_classes.h134 virtual bool IsLoadStore() const { in IsLoadStore() function
287 virtual bool IsLoadStore() const { in IsLoadStore() function
H A Dvalidator.cc202 if (second.IsLoadStore()) { in CheckLoadStore()
227 if (!instr.IsLoadStore()) in CheckLoadThreadPointer()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp390 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
393 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
395 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp391 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
394 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
396 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp405 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
408 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
410 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp391 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
394 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
396 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp405 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
408 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
410 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp391 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
394 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
396 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp409 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
412 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
414 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp426 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
430 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
432 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp426 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
430 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
432 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp344 auto IsLoadStore = InstName.startswith("load") || in parseOperandStartingWithInteger() local
348 if (IsLoadStore) { in parseOperandStartingWithInteger()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp434 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
438 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
440 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp434 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
438 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
440 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp434 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
438 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
440 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp434 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
438 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
440 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp434 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
438 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
440 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp434 auto IsLoadStore = InstName.find(".load") != StringRef::npos ||
438 if (IsLoadStore || IsAtomic) {
440 if (IsLoadStore && isNext(AsmToken::Colon)) {
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp430 getExtendTypeForNode(SDValue N, bool IsLoadStore = false) { in getExtendTypeForNode() argument
439 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
441 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
451 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
453 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
470 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
472 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp417 getExtendTypeForNode(SDValue N, bool IsLoadStore = false) { in getExtendTypeForNode() argument
426 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
428 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
438 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
440 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
457 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
459 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp417 getExtendTypeForNode(SDValue N, bool IsLoadStore = false) {
426 if (!IsLoadStore && SrcVT == MVT::i8)
428 else if (!IsLoadStore && SrcVT == MVT::i16)
438 if (!IsLoadStore && SrcVT == MVT::i8)
440 else if (!IsLoadStore && SrcVT == MVT::i16)
457 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend;
459 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp391 bool IsLoadStore = false) const;
5907 MachineInstr &MI, MachineRegisterInfo &MRI, bool IsLoadStore) const { in getExtendTypeForInst()
5920 return IsLoadStore ? AArch64_AM::InvalidShiftExtend : AArch64_AM::SXTB; in getExtendTypeForInst()
5922 return IsLoadStore ? AArch64_AM::InvalidShiftExtend : AArch64_AM::SXTH; in getExtendTypeForInst()
5935 return IsLoadStore ? AArch64_AM::InvalidShiftExtend : AArch64_AM::UXTB; in getExtendTypeForInst()
5937 return IsLoadStore ? AArch64_AM::InvalidShiftExtend : AArch64_AM::UXTH; in getExtendTypeForInst()
5958 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend; in getExtendTypeForInst()
5960 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend; in getExtendTypeForInst()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp391 bool IsLoadStore = false) const;
5907 MachineInstr &MI, MachineRegisterInfo &MRI, bool IsLoadStore) const { in getExtendTypeForInst()
5920 return IsLoadStore ? AArch64_AM::InvalidShiftExtend : AArch64_AM::SXTB; in getExtendTypeForInst()
5922 return IsLoadStore ? AArch64_AM::InvalidShiftExtend : AArch64_AM::SXTH; in getExtendTypeForInst()
5935 return IsLoadStore ? AArch64_AM::InvalidShiftExtend : AArch64_AM::UXTB; in getExtendTypeForInst()
5937 return IsLoadStore ? AArch64_AM::InvalidShiftExtend : AArch64_AM::UXTH; in getExtendTypeForInst()
5958 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend; in getExtendTypeForInst()
5960 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend; in getExtendTypeForInst()

123