Home
last modified time | relevance | path

Searched defs:const (Results 1776 - 1800 of 13991) sorted by relevance

1...<<71727374757677787980>>...560

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h31 const NVPTXRegisterInfo &getRegisterInfo() const { return RegInfo; } in getRegisterInfo() argument
[all...]
H A DNVPTXMachineFunctionInfo.h43 const char *getImageHandleSymbol(unsigned Idx) const { in getImageHandleSymbol() argument
H A DNVPTXRegisterInfo.h47 ManagedStringPool *getStrPool() const { in getStrPool() argument
51 const cha argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp18 MCSymbol *PPCFunctionInfo::getPICOffsetSymbol() const { in getPICOffsetSymbol() argument
25 MCSymbol *PPCFunctionInfo::getGlobalEPSymbol() const { in getGlobalEPSymbol() argument
32 MCSymbol *PPCFunctionInfo::getLocalEPSymbol() const { in getLocalEPSymbol() argument
39 MCSymbol *PPCFunctionInfo::getTOCOffsetSymbol() const { in getTOCOffsetSymbol() argument
46 bool PPCFunctionInfo::isLiveInSExt(unsigned VReg) const { in isLiveInSExt() argument
53 isLiveInZExt(unsigned VReg) const isLiveInZExt() argument
[all...]
H A DPPCTargetObjectFile.cpp51 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() argument
24 SelectSectionForGlobal( const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const SelectSectionForGlobal() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCAsmInfo.cpp32 const MCExpr *RISCVMCAsmInfo::getExprForFDESymbol(const MCSymbol *Sym, in getExprForFDESymbol() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVCallLowering.cpp24 lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val, ArrayRef<Register> VRegs) const lowerReturn() argument
37 lowerFormalArguments( MachineIRBuilder &MIRBuilder, const Function &F, ArrayRef<ArrayRef<Register>> VRegs) const lowerFormalArguments() argument
47 lowerCall(MachineIRBuilder &MIRBuilder, CallLoweringInfo &Info) const lowerCall() argument
H A DRISCVTargetTransformInfo.h36 const RISCVSubtarget *getST() const { return ST; } in getST() argument
37 const RISCVTargetLowering *getTLI() const { return TLI; } in getTLI() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp50 SparcELFMCAsmInfo::getExprForPersonalitySymbol(const MCSymbol *Sym, in getExprForPersonalitySymbol() argument
63 SparcELFMCAsmInfo::getExprForFDESymbol(const MCSymbol *Sym, in getExprForFDESymbol() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h38 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVEInstrInfo.h38 const VERegisterInfo &getRegisterInfo() const { return RI; } in getRegisterInfo() argument
H A DVETargetMachine.h36 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() argument
40 std::list<std::string> *getStrList() const { in getStrList() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h44 const WebAssemblyRegisterInfo &getRegisterInfo() const { return RI; } in getRegisterInfo() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCExpr.h45 int64_t getRegNo() const { return RegNo; } in getRegNo() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h34 const TargetRegisterInfo &getRegisterInfo() const { return RI; } in getRegisterInfo() argument
[all...]
H A DXCoreTargetMachine.h37 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DPackedVersion.cpp104 void PackedVersion::print(raw_ostream &OS) const { in print() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp74 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTypeConverter.h51 Type convertToIceType(llvm::Type *LLVMTy) const { in convertToIceType() argument
/third_party/skia/third_party/externals/tint/src/ast/
H A Dalias.cc36 const Alias* Alias::Clone(CloneContext* ctx) const { in Clone() argument
H A Darray.h50 bool IsRuntimeArray() const { return count == nullptr; } in IsRuntimeArray() argument
[all...]
H A Dbinding_decoration.cc33 std::string BindingDecoration::Name() const { in Name() argument
37 const BindingDecoration* BindingDecoration::Clone(CloneContext* ctx) const { in Clone() argument
H A Dblock_statement.cc38 const BlockStatement* BlockStatement::Clone(CloneContext* ctx) const { in Clone() argument
H A Dblock_statement.h40 bool Empty() const { return statements.empty(); } in Empty() argument
43 const Statement* Last() const { in Last() argument
H A Dbool.cc30 std::string Bool::FriendlyName(const SymbolTable&) const { in FriendlyName() argument
34 const Bool* Bool::Clone(CloneContext* ctx) const { in Clone() argument

Completed in 8 milliseconds

1...<<71727374757677787980>>...560