Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp372 uint8_t OpSize)) { in handleOperand()
858 uint8_t OpSize) { in typeFromString()
997 uint8_t OpSize) { in immediateEncodingFromString()
1035 uint8_t OpSize) { in rmRegisterEncodingFromString()
1075 uint8_t OpSize) { in roRegisterEncodingFromString()
1123 uint8_t OpSize) { in vvvvRegisterEncodingFromString()
1155 uint8_t OpSize) { in writemaskRegisterEncodingFromString()
1169 uint8_t OpSize) { in memoryEncodingFromString()
1209 uint8_t OpSize) { in relocationEncodingFromString()
1258 uint8_t OpSize) { in opcodeModifierEncodingFromString()
H A DX86RecognizableInstr.h177 uint8_t OpSize; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp399 auto OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in legalizeCustom() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp456 unsigned OpSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in computeKnownBitsImpl() local
H A DMachineIRBuilder.cpp558 unsigned OpSize = OpTy.getSizeInBits(); in buildSequence() local
H A DLegalizerHelper.cpp4899 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); in narrowScalarExtract() local
4968 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); in narrowScalarInsert() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp664 SmallVector<unsigned, 4> OpSize(NumOperands); in getInstrMapping() local
H A DAArch64InstructionSelector.cpp665 unsigned OpSize) { in selectBinaryOp()
736 unsigned OpSize) { in selectLoadStoreUIOp()
2754 const unsigned OpSize = Ty.getSizeInBits(); in select() local
4284 unsigned OpSize = Ty.getSizeInBits(); in emitFPCompare() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp495 size_t OpSize = NumOps * sizeof(MDOperand); in operator new() local
510 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp836 if (Expected<uint64_t> OpSize = in writeListEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp584 int64_t OpSize = MFI.getObjectSize(FI); in foldMemoryOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp850 unsigned OpSize = OpTy.getSizeInBits(); in executeInWaterfallLoop() local
4025 unsigned OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in getInstrMapping() local
H A DSIISelLowering.cpp3102 unsigned OpSize = Flags.isByVal() ? in LowerCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp788 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType()); in SymbolicallyEvaluateBinop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp681 uint32_t OpSize = (VA.getLocVT().getSizeInBits() + 7) / 8; in LowerCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4971 uint32_t OpSize = (Arg.getValueSizeInBits() + 7) / 8; in CalculateTailCallArgDest() local
12968 auto OpSize = N->getOperand(0).getValueSizeInBits(); in ConvertSETCCToSubtract() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3166 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); in isInlineConstant() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5775 unsigned OpSize; in LowerCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4274 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8; in LowerCall() local
48240 unsigned OpSize = OpVT.getSizeInBits(); in combineVectorSizedSetCCEquality() local