HomeSort by: relevance | last modified time | path
    Searched refs:getTargetHooks (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenCLRuntime.cpp 176 auto *F = CGF.getTargetHooks().createEnqueuedBlockKernel(
CGAtomic.cpp 719 auto SCID = CGF.getTargetHooks().getLLVMSyncScopeID(
750 CGF.getTargetHooks().getLLVMSyncScopeID(CGF.CGM.getLangOpts(),
1049 return getTargetHooks().performAddrSpaceCast(
CGStmt.cpp 2324 getTargetHooks().adjustInlineAsmType(*this, OutputConstraint,
2368 getTargetHooks().adjustInlineAsmType(*this, OutputConstraint,
2454 getTargetHooks().adjustInlineAsmType(*this, ReplaceConstraint,
CGExprAgg.cpp 2072 if (getTargetHooks().emitCUDADeviceBuiltinSurfaceDeviceCopy(*this, Dest,
2076 if (getTargetHooks().emitCUDADeviceBuiltinTextureDeviceCopy(*this, Dest,
CGExpr.cpp 98 V = getTargetHooks().performAddrSpaceCast(
394 auto &TCG = CGF.getTargetHooks();
4758 llvm::Value *V = getTargetHooks().performAddrSpaceCast(
CGExprCXX.cpp 108 This = getTargetHooks().performAddrSpaceCast(*this, This, SrcAS, DstAS,
CGBuiltin.cpp 3002 if (Value *Result = getTargetHooks().testFPKind(V, BuiltinID, Builder, CGM))
3096 if (Value *Result = getTargetHooks().testFPKind(V, BuiltinID, Builder, CGM))
3520 Value *Result = getTargetHooks().decodeReturnAddress(*this, Address);
3525 Value *Result = getTargetHooks().encodeReturnAddress(*this, Address);
3531 int Column = getTargetHooks().getDwarfEHStackPointer(CGM);
3540 if (getTargetHooks().initDwarfEHRegSizeTable(*this, Address))
3586 if (getTargetHooks().extendPointerWithSExt())
6370 getTargetHooks().getABIInfo().allowBFloatArgsAndRet();
CGClass.cpp 2070 ThisPtr = getTargetHooks().performAddrSpaceCast(*this, This.getPointer(),
CGDecl.cpp 2468 DeclPtr = Address(getTargetHooks().performAddrSpaceCast(
CodeGenFunction.h 1969 const TargetCodeGenInfo &getTargetHooks() const {
CGCall.cpp 4858 IRCallArgs[FirstIRArg] = getTargetHooks().performAddrSpaceCast(

Completed in 69 milliseconds