/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ValueLatticeUtils.cpp | 27 bool llvm::canTrackGlobalVariableInterprocedurally(GlobalVariable *GV) { in canTrackGlobalVariableInterprocedurally() argument
|
H A D | ModuleDebugInfoPrinter.cpp | 94 const auto *GV = GVU->getVariable(); in print() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | StripDeadPrototypes.cpp | 46 GlobalVariable *GV = &*I++; in stripDeadPrototypes() local
|
H A D | ExtractGV.cpp | 25 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument [all...] |
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb2rgb.c | 80 #define GV ((int)(-0.368*(1<<RGB2YUV_SHIFT)+0.5)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | JITSymbol.cpp | 21 JITSymbolFlags llvm::JITSymbolFlags::fromGlobalValue(const GlobalValue &GV) { in fromGlobalValue() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | UpdateCompilerUsed.cpp | 88 void findLibCallsAndAsm(GlobalValue &GV) { in findLibCallsAndAsm() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ModuleSymbolTable.cpp | 177 auto *GV = S.get<GlobalValue *>(); in printSymbolName() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | GenericValue.h | 50 inline void *GVTOP(const GenericValue &GV) { return GV.PointerVal; } in GVTOP() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAlwaysInlinePass.cpp | 56 recursivelyVisitUsers( GlobalValue &GV, SmallPtrSetImpl<Function *> &FuncsToAlwaysInline) recursivelyVisitUsers() argument
|
H A D | AMDGPUMachineFunction.cpp | 45 allocateLDSGlobal(const DataLayout &DL, const GlobalValue &GV) allocateLDSGlobal() argument
|
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 120 auto *GV = new GlobalVariable( in runOnModule() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.cpp | 110 const GlobalValue *GV = in expandLoadStackGuard() local
|
H A D | ARMTargetObjectFile.cpp | 56 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const getTTypeGlobalReference() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcTargetObjectFile.cpp | 23 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const getTTypeGlobalReference() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZConstantPoolValue.cpp | 23 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create() argument
|
H A D | SystemZConstantPoolValue.h | 33 const GlobalValue *GV; member in llvm::SystemZConstantPoolValue
|
H A D | SystemZSubtarget.cpp | 69 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, in isPC32DBLSymbol() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CtorUtils.cpp | 65 static std::vector<Function *> parseGlobalCtors(GlobalVariable *GV) { in parseGlobalCtors() argument 81 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in findGlobalCtors() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetObjectFile.cpp | 34 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const getTTypeGlobalReference() argument 55 getCFIPersonalitySymbol( const GlobalValue *GV, const TargetMachine &TM, MachineModuleInfo *MMI) const getCFIPersonalitySymbol() argument 61 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const getIndirectSymViaGOTPCRel() argument 76 getNameWithPrefix( SmallVectorImpl<char> &OutName, const GlobalValue *GV, const TargetMachine &TM) const getNameWithPrefix() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86TargetObjectFile.cpp | 25 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const getTTypeGlobalReference() argument 43 getCFIPersonalitySymbol( const GlobalValue *GV, const TargetMachine &TM, MachineModuleInfo *MMI) const getCFIPersonalitySymbol() argument 49 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const getIndirectSymViaGOTPCRel() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 66 GlobalVariable *GV = in createPrivateGlobalForString() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterDwarf.cpp | 139 void AsmPrinter::EmitTTypeReference(const GlobalValue *GV, in EmitTTypeReference() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LowerEmuTLS.cpp | 85 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) { in addEmuTlsVar() argument [all...] |
H A D | PseudoSourceValue.cpp | 137 PseudoSourceValueManager::getGlobalValueCallEntry(const GlobalValue *GV) { in getGlobalValueCallEntry() argument 98 GlobalValuePseudoSourceValue( const GlobalValue *GV, const TargetInstrInfo &TII) GlobalValuePseudoSourceValue() argument
|