Home
last modified time | relevance | path

Searched defs:OpSize (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64()
100 bool isFloatingPoint_32or64(InstType InstTy, unsigned OpSize) const { in isFloatingPoint_32or64()
106 bool isFloatingPoint_64(InstType InstTy, unsigned OpSize) const { in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32()
/aosp_15_r20/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp483 uint8_t OpSize)) { in handleOperand()
914 uint8_t OpSize) { in typeFromString()
1048 uint8_t OpSize) { in immediateEncodingFromString()
1086 uint8_t OpSize) { in rmRegisterEncodingFromString()
1118 uint8_t OpSize) { in roRegisterEncodingFromString()
1159 uint8_t OpSize) { in vvvvRegisterEncodingFromString()
1185 uint8_t OpSize) { in writemaskRegisterEncodingFromString()
1199 uint8_t OpSize) { in memoryEncodingFromString()
1240 uint8_t OpSize) { in relocationEncodingFromString()
1287 uint8_t OpSize) { in opcodeModifierEncodingFromString()
H A DX86RecognizableInstr.h51 uint8_t OpSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp30 uint64_t Offset, uint64_t OpSize, in tryAddingSymbolicOperand()
H A DMCExternalSymbolizer.cpp36 bool IsBranch, uint64_t Offset, uint64_t OpSize, uint64_t InstSize) { in tryAddingSymbolicOperand()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp63 bool IsBranch, uint64_t Offset, uint64_t OpSize, uint64_t InstSize) { in tryAddingSymbolicOperand()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp400 auto OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in legalizeCustom() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp404 auto OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in legalizeCustom() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp477 unsigned OpSize) { in selectBinaryOp()
548 unsigned OpSize) { in selectLoadStoreUIOp()
878 unsigned OpSize = MRI.getType(I.getOperand(2).getReg()).getSizeInBits(); in selectFCMPOpc() local
1965 const unsigned OpSize = Ty.getSizeInBits(); in select() local
1991 unsigned OpSize = Ty.getSizeInBits(); in select() local
H A DAArch64RegisterBankInfo.cpp616 SmallVector<unsigned, 4> OpSize(NumOperands); in getInstrMapping() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp317 unsigned OpSize = TII->getOpSize(MI, 1); in runOnMachineFunction() local
/aosp_15_r20/external/llvm/lib/IR/
H A DMetadata.cpp445 size_t OpSize = NumOps * sizeof(MDOperand); in operator new() local
458 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadata.cpp481 size_t OpSize = NumOps * sizeof(MDOperand); in operator new() local
496 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp146 unsigned OpSize) { in selectLoadStoreOp()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp485 unsigned OpSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in computeKnownBitsImpl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp676 SmallVector<unsigned, 4> OpSize(NumOperands); in getInstrMapping() local
H A DAArch64InstructionSelector.cpp751 unsigned OpSize) { in selectBinaryOp()
822 unsigned OpSize) { in selectLoadStoreUIOp()
3054 const unsigned OpSize = Ty.getSizeInBits(); in select() local
4647 unsigned OpSize = Ty.getSizeInBits(); in emitFPCompare() local
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h76 unsigned OpSize = OpTy->getScalarSizeInBits(); in getOperationCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp844 unsigned OpSize = OpTy.getSizeInBits(); in executeInWaterfallLoop() local
3011 unsigned OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in getInstrMapping() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp837 if (Expected<uint64_t> OpSize = in writeListEntry() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp556 int64_t OpSize = MFI.getObjectSize(FI); in foldMemoryOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp581 int64_t OpSize = MFI.getObjectSize(FI); in foldMemoryOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp542 unsigned OpSize = OpTy.getSizeInBits(); in buildSequence() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DConstantFolding.cpp676 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType()); in SymbolicallyEvaluateBinop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp880 unsigned OpSize = OpTy.getSizeInBits(); in executeInWaterfallLoop() local
4337 unsigned OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in getInstrMapping() local

12