Searched defs:OpSize (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp400 auto OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); local
H A DARMInstructionSelector.cpp461 CmpConstants(unsigned CmpOpcode, unsigned FlagsOpcode, unsigned SelectOpcode, unsigned OpRegBank, unsigned OpSize) argument
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp363 handleOperand(bool optional, unsigned &operandIndex, unsigned &physicalOperandIndex, unsigned numPhysicalOperands, const unsigned *operandMapping, OperandEncoding (*encodingFromString) (const std::string&, uint8_t OpSize)) argument
[all...]
H A DX86RecognizableInstr.h171 uint8_t OpSize; member in class:llvm::X86Disassembler::RecognizableInstr
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp481 size_t OpSize = NumOps * sizeof(MDOperand); local
496 size_t OpSize = N->NumOperands * sizeof(MDOperand); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp542 unsigned OpSize = OpTy.getSizeInBits(); local
H A DLegalizerHelper.cpp3517 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); local
3584 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp556 int64_t OpSize = MFI.getObjectSize(FI); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h76 unsigned OpSize = OpTy->getScalarSizeInBits(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp751 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp844 unsigned OpSize = OpTy.getSizeInBits(); local
3011 unsigned OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); local
H A DSIISelLowering.cpp2834 unsigned OpSize = Flags.isByVal() ? local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp878 unsigned OpSize local
476 selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, unsigned OpSize) argument
547 selectLoadStoreUIOp(unsigned GenericOpc, unsigned RegBankID, unsigned OpSize) argument
1965 const unsigned OpSize = Ty.getSizeInBits(); local
1991 unsigned OpSize = Ty.getSizeInBits(); local
[all...]
H A DAArch64ISelLowering.cpp4147 unsigned OpSize = Flags.isByVal() ? Flags.getByValSize() * 8 local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2752 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4902 uint32_t OpSize = (Arg.getValueSizeInBits() + 7) / 8; local
12338 auto OpSize = N->getOperand(0).getValueSizeInBits(); local

Completed in 442 milliseconds