Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
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()
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp411 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() local
414 if (IsLoadStore || IsAtomic) { in checkForP2AlignIfLoadStore()
416 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp367 getExtendTypeForNode(SDValue N, bool IsLoadStore = false) { in getExtendTypeForNode() argument
376 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
378 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
388 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
390 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
407 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
409 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp487 getExtendTypeForNode(SDValue N, bool IsLoadStore = false) { in getExtendTypeForNode() argument
496 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
498 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
508 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
510 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
527 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
529 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
DAArch64InstructionSelector.cpp253 bool IsLoadStore = false) const;
4715 MachineInstr &MI, MachineRegisterInfo &MRI, bool IsLoadStore) const { in getExtendTypeForInst()
4762 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend; in getExtendTypeForInst()
4764 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend; in getExtendTypeForInst()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp547 getExtendTypeForNode(SDValue N, bool IsLoadStore = false) { in getExtendTypeForNode() argument
556 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
558 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
568 if (!IsLoadStore && SrcVT == MVT::i8) in getExtendTypeForNode()
570 else if (!IsLoadStore && SrcVT == MVT::i16) in getExtendTypeForNode()
587 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
589 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp373 bool IsLoadStore = false) const;
5676 MachineInstr &MI, MachineRegisterInfo &MRI, bool IsLoadStore) const { in getExtendTypeForInst()
5727 return !IsLoadStore ? AArch64_AM::UXTB : AArch64_AM::InvalidShiftExtend; in getExtendTypeForInst()
5729 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend; in getExtendTypeForInst()