Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaTemplate/
H A 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()
/aosp_15_r20/external/pytorch/scripts/release/
H A DREADME.md16 ## Promote section in PyTorch Release Scripts
21 ### Usage
/aosp_15_r20/external/llvm/docs/
H A DWritingAnLLVMBackend.rst1348 Promote subsection
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/
Dexamples.cpp230 struct Promote struct
/aosp_15_r20/frameworks/native/libs/ftl/
H A Dsmall_vector_test.cpp613 TEST(SmallVector, Promote) { in TEST() argument
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp383 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote() function in __anon2071223f0111::VectorLegalizer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp555 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote() function in VectorLegalizer
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp541 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote() function in VectorLegalizer
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetLowering.h91 Promote, // This operation should be executed in a larger type. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h117 Promote, // This operation should be executed in a larger type. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h198 Promote, // This operation should be executed in a larger type. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetLowering.h199 Promote, // This operation should be executed in a larger type. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetLowering.h199 Promote, // This operation should be executed in a larger type. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetLowering.h199 Promote, // This operation should be executed in a larger type. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetLowering.h199 Promote, // This operation should be executed in a larger type. enumerator
/aosp_15_r20/external/aws-sdk-java-v2/services/mq/src/main/resources/codegen-resources/
H A Dservice-2.json522 "Promote" : { object
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23498 auto Promote = DAG.getBoolExtOrTrunc(Cmp, DL, PromoteVT, InVT); in LowerFixedLengthVectorSetccToSVE() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31082 bool Promote = false; in IsDesirableToPromoteOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52809 if (SDValue Promote = PromoteMaskArithmetic(N0.getNode(), DAG, Subtarget)) in combineSignExtendInReg() local