Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp378 uint8_t OpSize)) { in handleOperand()
797 uint8_t OpSize) { in typeFromString()
927 uint8_t OpSize) { in immediateEncodingFromString()
965 uint8_t OpSize) { in rmRegisterEncodingFromString()
997 uint8_t OpSize) { in roRegisterEncodingFromString()
1038 uint8_t OpSize) { in vvvvRegisterEncodingFromString()
1064 uint8_t OpSize) { in writemaskRegisterEncodingFromString()
1078 uint8_t OpSize) { in memoryEncodingFromString()
1117 uint8_t OpSize) { in relocationEncodingFromString()
1164 uint8_t OpSize) { in opcodeModifierEncodingFromString()
DX86RecognizableInstr.h173 uint8_t OpSize; variable
/external/llvm/utils/TableGen/
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()
DX86RecognizableInstr.h51 uint8_t OpSize; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp133 const unsigned OpSize = MRI.getType(DestReg).getSizeInBits(); in select() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp349 auto OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in legalizeCustom() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp223 unsigned OpSize) { in selectBinaryOp()
294 unsigned OpSize) { in selectLoadStoreUIOp()
1119 const unsigned OpSize = Ty.getSizeInBits(); in select() local
DAArch64RegisterBankInfo.cpp540 SmallVector<unsigned, 4> OpSize(NumOperands); in getInstrMapping() local
DAArch64ISelLowering.cpp3623 unsigned OpSize = Flags.isByVal() ? Flags.getByValSize() * 8 in LowerCall() local
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp317 unsigned OpSize = TII->getOpSize(MI, 1); in runOnMachineFunction() local
DSIInstrInfo.cpp1548 unsigned OpSize = RI.getRegClass(OpInfo.RegClass)->getSize(); in isImmOperandLegal() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp343 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); in narrowScalar() local
396 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); in narrowScalar() local
DMachineIRBuilder.cpp442 unsigned OpSize = OpTy.getSizeInBits(); in buildSequence() local
/external/llvm/lib/IR/
DMetadata.cpp445 size_t OpSize = NumOps * sizeof(MDOperand); in operator new() local
458 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp482 size_t OpSize = NumOps * sizeof(MDOperand); in operator new() local
495 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete() local
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h76 unsigned OpSize = OpTy->getScalarSizeInBits(); in getOperationCost() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp558 int64_t OpSize = MFI.getObjectSize(FI); in foldMemoryOperand() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h77 unsigned OpSize = OpTy->getScalarSizeInBits(); in getOperationCost() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp676 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType()); in SymbolicallyEvaluateBinop() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp720 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType()); in SymbolicallyEvaluateBinop() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2244 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); in isInlineConstant() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4753 uint32_t OpSize = (Arg.getValueSizeInBits() + 7) / 8; in CalculateTailCallArgDest() local
11167 auto OpSize = N->getOperand(0).getValueSizeInBits(); in ConvertSETCCToSubtract() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2583 unsigned OpSize = Flags.isByVal() ? in LowerCall() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4222 uint32_t OpSize = (Arg.getValueType().getSizeInBits()+7)/8; in CalculateTailCallArgDest() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3102 unsigned OpSize = Flags.isByVal() ? Flags.getByValSize() * 8 in LowerCall() local

12