HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 1026 - 1050 of 1983) sorted by null

<<41424344454647484950>>

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 576 void buildSequence(unsigned Res, ArrayRef<unsigned> Ops,
577 ArrayRef<uint64_t> Indices);
590 MachineInstrBuilder buildMerge(unsigned Res, ArrayRef<unsigned> Ops);
602 MachineInstrBuilder buildUnmerge(ArrayRef<unsigned> Res, unsigned Op);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LexicalScopes.h 20 #include "llvm/ADT/ArrayRef.h"
176 ArrayRef<LexicalScope *> getAbstractScopesList() const {
MachineFunction.h 21 #include "llvm/ADT/ArrayRef.h"
796 ArrayRef<const GlobalValue *> TyInfo);
800 ArrayRef<const GlobalValue *> TyInfo);
818 void setCallSiteLandingPad(MCSymbol *Sym, ArrayRef<unsigned> Sites);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 136 Error mapByteVectorTail(ArrayRef<uint8_t> &Bytes);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DomTreeUpdater.h 95 void applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
JumpThreading.h 18 #include "llvm/ADT/ArrayRef.h"
151 BasicBlock *SplitBlockPreds(BasicBlock *BB, ArrayRef<BasicBlock *> Preds,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 18 #include "llvm/ADT/ArrayRef.h"
182 ArrayRef<Constant *> NewMembers,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 17 #include "llvm/ADT/ArrayRef.h"
50 DIExpressionCursor(ArrayRef<uint64_t> Expr)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
EarlyIfConversion.cpp 610 void updateDomTree(ArrayRef<MachineBasicBlock*> Removed);
611 void updateLoops(ArrayRef<MachineBasicBlock*> Removed);
640 void EarlyIfConverter::updateDomTree(ArrayRef<MachineBasicBlock*> Removed) {
657 void EarlyIfConverter::updateLoops(ArrayRef<MachineBasicBlock*> Removed) {
LiveRangeCalc.cpp 242 ArrayRef<SlotIndex> Undefs) {
276 bool LiveRangeCalc::isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs,
348 ArrayRef<SlotIndex> Undefs) {
589 ArrayRef<SlotIndex> Defs,
RegisterClassInfo.cpp 18 #include "llvm/ADT/ArrayRef.h"
109 ArrayRef<MCPhysReg> RawOrder = RC->getRawAllocationOrder(*MF);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDie.cpp 62 ArrayRef<SectionName> SectionNames;
92 ArrayRef<uint8_t> Expr = *FormValue.getAsBlock();
301 DWARFDie::find(ArrayRef<dwarf::Attribute> Attrs) const {
315 DWARFDie::findRecursively(ArrayRef<dwarf::Attribute> Attrs) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
PDBStringTableBuilder.cpp 12 #include "llvm/ADT/ArrayRef.h"
177 if (auto EC = Writer.writeArray(ArrayRef<ulittle32_t>(Buckets)))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 28 ArrayRef<GenericValue> ArgValues) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IntrinsicInst.cpp 61 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
GlobPattern.cpp 15 #include "llvm/ADT/ArrayRef.h"
146 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const {
JamCRC.cpp 21 #include "llvm/ADT/ArrayRef.h"
92 void JamCRC::update(ArrayRef<char> Data) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64CallingConvention.h 89 ArrayRef<MCPhysReg> RegList;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp 157 ArrayRef<Value*>(Idx), Twine(""), F->getEntryBlock().getFirstNonPHI());
GCNIterativeScheduler.cpp 15 #include "llvm/ADT/ArrayRef.h"
41 std::vector<const SUnit *> makeMinRegSchedule(ArrayRef<const SUnit *> TopRoots,
44 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots,
167 ArrayRef<const SUnit *> getTopRoots() const {
170 ArrayRef<SUnit*> getBottomRoots() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 149 ArrayRef<MCPhysReg> Order,
ARMCallLowering.cpp 140 ArrayRef<CCValAssign> VAs) override {
369 ArrayRef<CCValAssign> VAs) override {
419 ArrayRef<unsigned> VRegs) const {
500 ArrayRef<ArgInfo> OrigArgs) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEISelLowering.h 56 bool isShuffleMaskLegal(ArrayRef<int> Mask, EVT VT) const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 184 ArrayRef<MachineOperand> Cond,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 171 ArrayRef<MachineOperand> Cond,

Completed in 1635 milliseconds

<<41424344454647484950>>