/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | SIMachineFunctionInfo.cpp | 49 unsigned Lane = (Offset / 4) % 64; in getSpilledReg() local
|
H A D | SIMachineFunctionInfo.h | 38 int Lane; member
|
H A D | SIISelLowering.cpp | 1883 unsigned Lane = 0; in adjustWritemask() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | A15SDOptimizer.cpp | 430 unsigned Reg, unsigned Lane, bool QPR) { in createDupLane() 449 unsigned DReg, unsigned Lane, in createExtractSubreg() 500 DebugLoc DL, unsigned DReg, unsigned Lane, in createInsertSubreg() 566 unsigned Lane; in optimizeAllLanesPattern() local
|
H A D | ARMExpandPseudoInsts.cpp | 513 unsigned Lane = MI.getOperand(MI.getDesc().getNumOperands() - 3).getImm(); in ExpandLaneOp() local
|
H A D | ARMBaseInstrInfo.cpp | 4152 unsigned SReg, unsigned &Lane) { in getCorrespondingDRegAndLane() 4183 unsigned DReg, unsigned Lane, in getImplicitSPRUseForDPRUse() 4212 unsigned Lane; in setExecutionDomain() local
|
H A D | ARMISelLowering.cpp | 5642 int Lane = SVN->getSplatIndex(); in LowerVECTOR_SHUFFLE() local 5775 SDValue Lane = Op.getOperand(2); in LowerINSERT_VECTOR_ELT() local 5784 SDValue Lane = Op.getOperand(1); in LowerEXTRACT_VECTOR_ELT() local 9654 SDValue Lane = N0.getOperand(1); in PerformExtendCombine() local
|
H A D | ARMISelDAGToDAG.cpp | 2053 unsigned Lane = in SelectVLDSTLane() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 2884 unsigned Lane = MI->getOperand(2).getImm(); in emitCOPY_FW() local 2929 unsigned Lane = MI->getOperand(2).getImm() * 2; in emitCOPY_FD() local 2960 unsigned Lane = MI->getOperand(2).getImm(); in emitINSERT_FW() local 2997 unsigned Lane = MI->getOperand(2).getImm(); in emitINSERT_FD() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 578 int Lane; member 978 for (int Lane = 0, LE = Entry->Scalars.size(); Lane != LE; ++Lane) { in buildTree() local 1914 for (unsigned Lane = 0, LE = VL.size(); Lane != LE; ++Lane) { in Gather() local 2374 Value *Lane = Builder.getInt32(it->Lane); in vectorizeTree() local 2408 for (int Lane = 0, LE = Entry->Scalars.size(); Lane != LE; ++Lane) { in vectorizeTree() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1765 SmallVector<Constant *, 4> Lane(Operands.size()); in ConstantFoldVectorCall() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 5032 SDValue Lane = DAG.getConstant(OpNum - OP_VDUP0, MVT::i64); in GeneratePerfectShuffle() local 5156 int Lane = SVN->getSplatIndex(); in LowerVECTOR_SHUFFLE() local 5622 SDValue Lane = Op.getOperand(I); in NormalizeBuildVector() local 5913 SDValue Lane = Value.getOperand(1); in LowerBUILD_VECTOR() local 7250 SDValue Lane = Op1.getOperand(1); in tryCombineFixedPointConvert() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 3544 int Lane = cast<ConstantInt>(Ops[2])->getZExtValue(); in EmitARMBuiltinExpr() local
|