Searched defs:Promote (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/test/SemaTemplate/ |
H A 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()
|
/llvm-project/llvm/docs/ |
H A D | WritingAnLLVMBackend.rst | 1419 Promote subsection
|
/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 57 const auto &Promote = [](Scalar &a, const Scalar &b) { in PromoteToMaxType() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1312 getCodeForArg(unsigned ArgNum,const Type * ArgType,bool Promote,bool Immediate) getCodeForArg() argument 1382 bool Promote = true; ACLEIntrinsic() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 657 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { Promote() function in VectorLegalizer
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 4157 __anone488a0da0402(bool Promote) EmitArraySubscriptExpr() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 200 Promote, // This operation should be executed in a larger type. global() enumerator [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 27576 auto Promote = DAG.getBoolExtOrTrunc(Cmp, DL, PromoteVT, InVT); LowerFixedLengthVectorSetccToSVE() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 53589 if (SDValue Promote = PromoteMaskArithmetic(N0, dl, DAG, Subtarget)) combineSignExtendInReg() local [all...] |