Home
last modified time | relevance | path

Searched defs:Promote (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/SemaTemplate/
Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/external/llvm-project/clang/test/SemaTemplate/
Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DCodegenStrategy.h51 struct Promote : public Transformation { struct
52 explicit Promote(linalg::LinalgPromotionOptions options) : options(options) {} in Promote() argument
55 buildRewritePatterns(MLIRContext *context, linalg::LinalgMarker m) override { in buildRewritePatterns()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1348 Promote subsection
/external/llvm-project/llvm/docs/
DWritingAnLLVMBackend.rst1388 Promote subsection
/external/llvm-project/lldb/source/Utility/
DScalar.cpp56 const auto &Promote = [](Scalar &a, const Scalar &b) { in PromoteToMaxType() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp383 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote() function in __anon60ee53700111::VectorLegalizer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp555 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote() function in VectorLegalizer
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp561 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote() function in VectorLegalizer
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp1294 bool Promote, bool Immediate) { in getCodeForArg()
1364 bool Promote = true; in ACLEIntrinsic() local
/external/llvm/include/llvm/Target/
DTargetLowering.h91 Promote, // This operation should be executed in a larger type. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h117 Promote, // This operation should be executed in a larger type. enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h194 Promote, // This operation should be executed in a larger type. enumerator
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3703 auto EmitIdxAfterBase = [&, IdxPre](bool Promote) -> llvm::Value * { in EmitArraySubscriptExpr()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp16876 auto Promote = DAG.getBoolExtOrTrunc(Cmp, DL, PromoteVT, InVT); in LowerFixedLengthVectorSetccToSVE() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp31082 bool Promote = false; in IsDesirableToPromoteOp() local
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp46600 if (SDValue Promote = PromoteMaskArithmetic(N0.getNode(), DAG, Subtarget)) in combineSignExtendInReg() local