/external/clang/test/SemaTemplate/ |
D | nested-name-spec-template.cpp | 9 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/ |
D | nested-name-spec-template.cpp | 9 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/ |
D | CodegenStrategy.h | 51 struct Promote : public Transformation { struct 52 explicit Promote(linalg::LinalgPromotionOptions options) : options(options) {} in Promote() function 55 buildRewritePatterns(MLIRContext *context, linalg::LinalgMarker m) override { in buildRewritePatterns()
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1348 Promote subsection
|
/external/llvm-project/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1388 Promote subsection
|
/external/llvm-project/lldb/source/Utility/ |
D | Scalar.cpp | 56 const auto &Promote = [](Scalar &a, const Scalar &b) { in PromoteToMaxType() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 383 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote() function in __anon60ee53700111::VectorLegalizer
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 555 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote() function in VectorLegalizer
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 561 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote() function in VectorLegalizer
|
/external/llvm-project/clang/utils/TableGen/ |
D | MveEmitter.cpp | 1294 bool Promote, bool Immediate) { in getCodeForArg() 1364 bool Promote = true; in ACLEIntrinsic() local
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 91 Promote, // This operation should be executed in a larger type. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 117 Promote, // This operation should be executed in a larger type. enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 194 Promote, // This operation should be executed in a larger type. enumerator
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 3703 auto EmitIdxAfterBase = [&, IdxPre](bool Promote) -> llvm::Value * { in EmitArraySubscriptExpr()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 16876 auto Promote = DAG.getBoolExtOrTrunc(Cmp, DL, PromoteVT, InVT); in LowerFixedLengthVectorSetccToSVE() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 31082 bool Promote = false; in IsDesirableToPromoteOp() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 46600 if (SDValue Promote = PromoteMaskArithmetic(N0.getNode(), DAG, Subtarget)) in combineSignExtendInReg() local
|