Home
last modified time | relevance | path

Searched defs:CH (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
H A Dpromise.pass.cpp41 using CH = std::coroutine_handle<promise_type>; in do_runtime_test() typedef
69 auto const& CH = H; in do_test() local
/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S22 #define CH r5 macro
506 #define CH r5 macro
691 CH = insert(TMP,#EXPBITS,#HI_MANTBITS) define
/llvm-project/llvm/lib/Support/
H A DSHA256.cpp34 #define CH(x, y, z) (((x) & (y)) ^ (~(x) & (z))) macro
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; SplitRes_Select() local
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp565 translateIntrinsicFunctionCode(char CH,FunctionIdentifierCodeGroup Group) translateIntrinsicFunctionCode() argument
711 const char CH = MangledName.front(); demangleFunctionIdentifierCode() local
[all...]
/llvm-project/clang/lib/AST/
H A DDecl.cpp5459 IndirectFieldDecl(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName N,QualType T,MutableArrayRef<NamedDecl * > CH) IndirectFieldDecl() argument
5471 Create(ASTContext & C,DeclContext * DC,SourceLocation L,const IdentifierInfo * Id,QualType T,llvm::MutableArrayRef<NamedDecl * > CH) Create() argument
H A DASTImporter.cpp4263 llvm::MutableArrayRef<NamedDecl *> CH = {NamedChain, D->getChainingSize()}; VisitIndirectFieldDecl() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp782 SDValue CH = CurDAG->getEntryNode(); SelectFrameIndex() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2757 SDValue CH = DAG.getConstantFP(IsLog10 ? ch_log10 : ch_log, DL, VT); LowerFLOGCommon() local
3063 SDValue CH = DAG.getConstantFP(IsExp10 ? ch_exp10 : ch_exp, SL, VT); lowerFEXP() local
H A DAMDGPULegalizerInfo.cpp3408 auto CH = B.buildFConstant(Ty, IsLog10 ? ch_log10 : ch_log); legalizeFlogCommon() local
3682 auto CH = B.buildFConstant(Ty, IsExp10 ? ch_exp10 : ch_exp); legalizeFExp() local