Searched refs:InputTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 967 template <typename InputTy> class OperandBundleDefT { 969 std::vector<InputTy> Inputs; 972 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs) 974 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs) 982 ArrayRef<InputTy> inputs() const { return Inputs; } 984 using input_iterator = typename std::vector<InputTy>::const_iterator;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1973 QualType InputTy = S.getInputExpr(InputNo)->getType(); in EmitAsmStmt() local 1976 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() 1979 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt() 2075 QualType InputTy = InputExpr->getType(); in EmitAsmStmt() local 2078 getContext().getTypeSize(InputTy)) { in EmitAsmStmt()
|
| H A D | CGBuiltin.cpp | 5559 llvm::Type *InputTy = in EmitCommonNeonBuiltinExpr() local 5561 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 5567 llvm::Type *InputTy = in EmitCommonNeonBuiltinExpr() local 5569 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 5574 llvm::Type *InputTy = in EmitCommonNeonBuiltinExpr() local 5576 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 5581 llvm::Type *InputTy = in EmitCommonNeonBuiltinExpr() local 5583 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr() 5588 llvm::Type *InputTy = in EmitCommonNeonBuiltinExpr() local 5590 llvm::Type *Tys[2] = { Ty, InputTy }; in EmitCommonNeonBuiltinExpr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrNEON.td | 4773 ValueType AccumTy, ValueType InputTy, 4780 (InputTy RegTy:$Vn), 4781 (InputTy RegTy:$Vm)))]> {
|