Searched refs:InputTy (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 601 Type *InputTy = Input->getType(); in tryCreateMaskedScatterOffset() local 602 Type *MemoryTy = InputTy; in tryCreateMaskedScatterOffset() 612 InputTy = PreTruncTy; in tryCreateMaskedScatterOffset() 615 if (InputTy->getPrimitiveSizeInBits() != 128) { in tryCreateMaskedScatterOffset() 624 checkGEP(Offsets, cast<FixedVectorType>(InputTy), GEP, Builder); in tryCreateMaskedScatterOffset()
|
| H A D | ARMInstrNEON.td | 4792 string AsmTy, ValueType AccumTy, ValueType InputTy, 4799 (InputTy RegTy:$Vn), 4800 (InputTy RegTy:$Vm)))]> { 4859 ValueType AccumTy, ValueType InputTy, SDPatternOperator OpNode, 4874 (InputTy RegTy:$Vn), 4875 (InputTy (bitconvert (AccumTy 4882 multiclass SUDOTLane<bit Q, RegisterClass RegTy, ValueType AccumTy, ValueType InputTy, dag RHS> 4883 : N3VMixedDotLane<Q, 1, "vsudot", "u8", RegTy, AccumTy, InputTy, null_frag, null_frag> { 4886 (InputTy (bitconvert (AccumTy 4889 (InputTy RegTy:$Vn))), [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | StringMap.h | 248 template <typename InputTy> 249 size_type count(const StringMapEntry<InputTy> &MapEntry) const { in count()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1117 template <typename InputTy> class OperandBundleDefT { 1119 std::vector<InputTy> Inputs; 1122 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs) 1124 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs) 1132 ArrayRef<InputTy> inputs() const { return Inputs; } 1134 using input_iterator = typename std::vector<InputTy>::const_iterator;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2314 QualType InputTy = S.getInputExpr(InputNo)->getType(); in EmitAsmStmt() local 2317 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() 2320 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt() 2433 QualType InputTy = InputExpr->getType(); in EmitAsmStmt() local 2436 getContext().getTypeSize(InputTy)) { in EmitAsmStmt()
|
| H A D | CGBuiltin.cpp | 6971 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 6973 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 6979 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 6981 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 6986 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 6988 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 6993 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 6995 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 7000 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 7002 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() [all …]
|