/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1242 template <typename InputTy> class OperandBundleDefT { 1244 std::vector<InputTy> Inputs; 1247 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs) 1249 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs) 1257 ArrayRef<InputTy> inputs() const { return Inputs; } 1259 typedef typename std::vector<InputTy>::const_iterator input_iterator;
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | StringMap.h | 248 template <typename InputTy> 249 size_type count(const StringMapEntry<InputTy> &MapEntry) const { in count()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | MVEGatherScatterLowering.cpp | 597 Type *InputTy = Input->getType(); in tryCreateMaskedScatterOffset() local 598 Type *MemoryTy = InputTy; in tryCreateMaskedScatterOffset() 608 InputTy = PreTruncTy; in tryCreateMaskedScatterOffset() 611 if (InputTy->getPrimitiveSizeInBits() != 128) { in tryCreateMaskedScatterOffset() 621 checkGEP(Offsets, cast<FixedVectorType>(InputTy), GEP, Builder); in tryCreateMaskedScatterOffset()
|
D | ARMInstrNEON.td | 4768 string AsmTy, ValueType AccumTy, ValueType InputTy, 4775 (InputTy RegTy:$Vn), 4776 (InputTy RegTy:$Vm)))]> { 4835 ValueType AccumTy, ValueType InputTy, SDPatternOperator OpNode, 4850 (InputTy RegTy:$Vn), 4851 (InputTy (bitconvert (AccumTy 4858 multiclass SUDOTLane<bit Q, RegisterClass RegTy, ValueType AccumTy, ValueType InputTy, dag RHS> 4859 : N3VMixedDotLane<Q, 1, "vsudot", "u8", RegTy, AccumTy, InputTy, null_frag, null_frag> { 4862 (InputTy (bitconvert (AccumTy 4865 (InputTy RegTy:$Vn))), [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1058 template <typename InputTy> class OperandBundleDefT { 1060 std::vector<InputTy> Inputs; 1063 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs) 1065 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs) 1073 ArrayRef<InputTy> inputs() const { return Inputs; } 1075 using input_iterator = typename std::vector<InputTy>::const_iterator;
|
/external/llvm-project/llvm/include/llvm/IR/ |
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;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 385 template <typename InputTy> 386 size_type count(const StringMapEntry<InputTy> &MapEntry) const { in count()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1886 QualType InputTy = S.getInputExpr(InputNo)->getType(); in EmitAsmStmt() local 1889 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() 1892 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt() 1979 QualType InputTy = InputExpr->getType(); in EmitAsmStmt() local 1982 getContext().getTypeSize(InputTy)) { in EmitAsmStmt()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2284 QualType InputTy = S.getInputExpr(InputNo)->getType(); in EmitAsmStmt() local 2287 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() 2290 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt() 2403 QualType InputTy = InputExpr->getType(); in EmitAsmStmt() local 2406 getContext().getTypeSize(InputTy)) { in EmitAsmStmt()
|
D | CGBuiltin.cpp | 6657 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 6659 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 6665 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 6667 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 6672 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 6674 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 6679 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 6681 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 6686 auto *InputTy = in EmitCommonNeonBuiltinExpr() local 6688 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 4837 ValueType AccumTy, ValueType InputTy, 4844 (InputTy RegTy:$Vn), 4845 (InputTy RegTy:$Vm)))]> {
|