| /external/llvm/lib/Target/AVR/ |
| AVRInstrInfo.cpp | 379 ArrayRef<MachineOperand> Cond,
|
| /external/llvm/lib/Target/SystemZ/ |
| SystemZInstrInfo.cpp | 398 ArrayRef<MachineOperand> Cond, 592 MachineInstr &MI, ArrayRef<MachineOperand> Pred) const { [all...] |
| /external/llvm/lib/Target/X86/ |
| X86SelectionDAGInfo.cpp | 28 SelectionDAG &DAG, ArrayRef<MCPhysReg> ClobberSet) const {
|
| /external/llvm/lib/Target/XCore/ |
| XCoreInstrInfo.cpp | 275 ArrayRef<MachineOperand> Cond,
|
| /external/llvm/lib/Transforms/IPO/ |
| MergeFunctions.cpp | [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| SSAUpdater.cpp | 325 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
|
| /external/llvm/unittests/Support/ |
| ConvertUTFTest.cpp | 11 #include "llvm/ADT/ArrayRef.h" 23 ArrayRef<char> Ref(Src, sizeof(Src) - 1); 34 ArrayRef<char> Ref(Src, sizeof(Src) - 1); 63 bool Success = convertUTF16ToUTF8String(llvm::ArrayRef<char>(None), Result); 87 ArrayRef<UTF16> SrcRef = makeArrayRef((const UTF16 *)Src, 4); [all...] |
| /external/llvm/utils/TableGen/ |
| CodeGenMapTable.cpp | 368 ArrayRef<const CodeGenInstruction*> NumberedInstructions =
|
| FixedLenDecoderEmitter.cpp | 82 ArrayRef<const CodeGenInstruction *> NumberedInstructions; 309 ArrayRef<const CodeGenInstruction *> AllInstructions; 340 FilterChooser(ArrayRef<const CodeGenInstruction *> Insts, 351 FilterChooser(ArrayRef<const CodeGenInstruction *> Insts, [all...] |
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
| builder_misc.h | 53 Constant *CA(LLVMContext& ctx, ArrayRef<Ty> constList)
|
| /external/spirv-llvm/lib/SPIRV/ |
| SPIRVUtil.cpp | 300 getOrCreateFunction(Module *M, Type *RetTy, ArrayRef<Type *> ArgTypes, 723 addCallInst(Module *M, StringRef FuncName, Type *RetTy, ArrayRef<Value *> Args, 736 addCallInstSPIRV(Module *M, StringRef FuncName, Type *RetTy, ArrayRef<Value *> Args, [all...] |
| /external/swiftshader/third_party/LLVM/lib/Analysis/ |
| ConstantFolding.cpp | 544 static Constant *CastGEPIndices(ArrayRef<Constant *> Ops, 578 static Constant *SymbolicallyEvaluateGEP(ArrayRef<Constant *> Ops, [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/ |
| TargetData.cpp | 533 ArrayRef<Value *> Indices) const {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| IRTranslator.h | 475 ArrayRef<unsigned> getOrCreateVRegs(const Value &Val);
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
| ModuleSummaryIndexYAML.h | 229 ArrayRef<FunctionSummary::EdgeTy>{}, std::move(FSum.TypeTests),
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| AtomicExpandPass.cpp | 18 #include "llvm/ADT/ArrayRef.h" 108 ArrayRef<RTLIB::Libcall> Libcalls); [all...] |
| LiveRangeEdit.cpp | 392 ArrayRef<unsigned> RegsBeingSpilled,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| Dominators.cpp | 386 ArrayRef<DominatorTree::UpdateType> Updates) {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
| MCDwarf.cpp | 11 #include "llvm/ADT/ArrayRef.h" 446 ArrayRef<char> StandardOpcodeLengths, [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
| RISCVInstrInfo.cpp | 317 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
| X86SelectionDAGInfo.cpp | 28 SelectionDAG &DAG, ArrayRef<MCPhysReg> ClobberSet) const {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
| XCoreInstrInfo.cpp | 275 ArrayRef<MachineOperand> Cond,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
| PGOMemOPSizeOpt.cpp | 18 #include "llvm/ADT/ArrayRef.h" 252 ArrayRef<InstrProfValueData> VDs(ValueDataArray.get(), NumVals);
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
| BreakCriticalEdges.cpp | 101 static void createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds,
|
| LoopUtils.cpp | [all...] |