Searched defs:Load (Results 51 - 75 of 84) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp473 SDValue Load = local
507 SDValue Load ; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp449 auto *Load = Builder.CreateLoad(Shape.getSwitchResumePointerType(), local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2214 LoadSDNode *Load = cast<LoadSDNode>(Op); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1730 llvm::Value *Load = CGF.Builder.CreateLoad(Addr, "cleanup.dest"); variable
H A DItaniumCXXABI.cpp1961 llvm::Value *Load = CGF.Builder.CreateCall( local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml210 | Load Constructor in type:Opcode/t
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2043 LoadInst *Load = local
2050 LoadInst *Load = local
H A DGVN.cpp211 static AvailableValue getLoad(LoadInst *Load, unsigned Offset = 0) { argument
280 Value *MaterializeAdjustedValue(LoadInst *Load, GVN &gvn) const { argument
837 ConstructSSAForLoadSet(LoadInst *Load, argument
880 MaterializeAdjustedValue(LoadInst *Load, Instruction *InsertPt, GVN &gvn) const argument
897 LoadInst *Load = getCoercedLoadValue(); local
946 reportMayClobberedLoad(LoadInst *Load, MemDepResult DepInfo, DominatorTree *DT, OptimizationRemarkEmitter *ORE) argument
1006 AnalyzeLoadAvailability(LoadInst *Load, MemDepResult DepInfo, Value *Address, AvailableValue &Res) argument
1141 AnalyzeLoadAvailability(LoadInst *Load, LoadDepVect &Deps, AvailValInBlkVect &ValuesPerBlock, UnavailBlkVect &UnavailableBlocks) argument
1186 eliminatePartiallyRedundantLoad( LoadInst *Load, AvailValInBlkVect &ValuesPerBlock, MapVector<BasicBlock *, Value *> &AvailableLoads) argument
1261 PerformLoadPRE(LoadInst *Load, AvailValInBlkVect &ValuesPerBlock, UnavailBlkVect &UnavailableBlocks) argument
1502 performLoopLoadPRE(LoadInst *Load, AvailValInBlkVect &ValuesPerBlock, UnavailBlkVect &UnavailableBlocks) argument
1580 reportLoadElim(LoadInst *Load, Value *AvailableValue, OptimizationRemarkEmitter *ORE) argument
1594 processNonLocalLoad(LoadInst *Load) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1475 SDNode *Load = CurDAG->getMachineNode(Opc, DL, ResTys, Ops); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6435 SDNode *Load = nullptr; local
H A DX86ISelDAGToDAG.cpp733 static void moveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load, argument
1188 SDValue Load = N->getOperand(1); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp277 parseSegmentLoadCommand( const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, SmallVectorImpl<const char *> &Sections, bool &IsPageZeroSegment, uint32_t LoadCommandIndex, const char *CmdName, uint64_t SizeOfHeaders, std::list<MachOElement> &Elements) argument
401 checkSymtabCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **SymtabLoadCmd, std::list<MachOElement> &Elements) argument
459 checkDysymtabCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **DysymtabLoadCmd, std::list<MachOElement> &Elements) argument
592 checkLinkeditDataCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, const char *CmdName, std::list<MachOElement> &Elements, const char *ElementName) argument
630 checkDyldInfoCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, const char *CmdName, std::list<MachOElement> &Elements) argument
729 checkDylibCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char *CmdName) argument
761 checkDylibIdCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd) argument
778 checkDyldCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char *CmdName) argument
810 checkVersCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, const char *CmdName) argument
825 checkNoteCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, std::list<MachOElement> &Elements) argument
854 parseBuildVersionCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, SmallVectorImpl<const char*> &BuildTools, uint32_t LoadCommandIndex) argument
877 checkRpathCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex) argument
909 checkEncryptCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, uint64_t cryptoff, uint64_t cryptsize, const char **LoadCmd, const char *CmdName) argument
933 checkLinkerOptCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex) argument
973 checkSubCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char *CmdName, size_t SizeOfCmd, const char *CmdStructName, uint32_t PathOffset, const char *PathFieldName) argument
1000 checkThreadCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char *CmdName) argument
1191 checkTwoLevelHintsCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, std::list<MachOElement> &Elements) argument
1292 LoadCommandInfo Load; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2355 Value *Load = local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2274 void AMDGPUInstructionSelector::getAddrModeInfo(const MachineInstr &Load, argument
H A DAMDGPUISelLowering.cpp1520 LoadSDNode *Load = cast<LoadSDNode>(Op); local
1580 LoadSDNode *Load = cast<LoadSDNode>(Op); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp908 Load, ///< Matching loads to consecutive memory addresses member in class:llvm::slpvectorizer::BoUpSLP::VLOperands::ReorderingMode
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1526 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, argument
2534 bool isExtLoad(const LoadInst *Load, const Instruction *Ext, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1325 auto *Load = cast<LoadSDNode>(Lo); local
1631 auto Load = cast<LoadSDNode>(Lo); local
2485 SDValue Load = DAG.getLoad(EltVT, dl, Store, StackPtr, local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2151 auto *Load = dyn_cast<LoadSDNode>(Op.getNode()); local
6112 SDValue Load = N->getOperand(0); local
6370 SDValue Load = N->getOperand(0); local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h401 Load, enumerator in enum:__anon2337
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h444 Load, enumerator in enum:__anon1125
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-opc.h419 Load, enumerator in enum:__anon2280
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-opc.h474 Load, enumerator in enum:__anon1720
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6435 bool CodeGenPrepare::optimizeLoadExt(LoadInst *Load) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2563 SDValue Load = local
2601 SDValue Load = local
4048 auto *Load = cast<LoadSDNode>(Op); local
4097 auto *Load = cast<MaskedLoadSDNode>(Op); local
[all...]

Completed in 905 milliseconds

1234