Home
last modified time | relevance | path

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

/llvm-project/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()
/llvm-project/llvm/docs/
H A DWritingAnLLVMBackend.rst1419 Promote subsection
/llvm-project/lldb/source/Utility/
H A DScalar.cpp57 const auto &Promote = [](Scalar &a, const Scalar &b) { in PromoteToMaxType() local
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1312 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 DLegalizeVectorOps.cpp657 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { Promote() function in VectorLegalizer
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4157 __anone488a0da0402(bool Promote) EmitArraySubscriptExpr() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h200 Promote, // This operation should be executed in a larger type. global() enumerator
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp27576 auto Promote = DAG.getBoolExtOrTrunc(Cmp, DL, PromoteVT, InVT); LowerFixedLengthVectorSetccToSVE() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53589 if (SDValue Promote = PromoteMaskArithmetic(N0, dl, DAG, Subtarget)) combineSignExtendInReg() local
[all...]