Home
last modified time | relevance | path

Searched refs:IsLoad (Results 1 – 25 of 43) sorted by relevance

12

/external/v8/test/unittests/interpreter/
Dinterpreter-assembler-unittest.cc77 Matcher<Node*> InterpreterAssemblerTest::InterpreterAssemblerForTest::IsLoad( in IsLoad() function in v8::internal::interpreter::InterpreterAssemblerTest::InterpreterAssemblerForTest
80 return ::i::compiler::IsLoad(rep_matcher, base_matcher, index_matcher, _, _); in IsLoad()
94 return IsLoad( in IsUnsignedByteOperand()
105 Matcher<Node*> load_matcher = IsLoad( in IsSignedByteOperand()
121 return IsLoad( in IsUnsignedShortOperand()
140 bytes[i] = IsLoad( in IsUnsignedShortOperand()
158 load_matcher = IsLoad( in IsSignedShortOperand()
177 bytes[i] = IsLoad( in IsSignedShortOperand()
199 return IsLoad( in IsUnsignedQuadOperand()
218 bytes[i] = IsLoad( in IsUnsignedQuadOperand()
[all …]
Dinterpreter-assembler-unittest.h33 Matcher<compiler::Node*> IsLoad(
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp51 bool IsStore, bool IsLoad);
103 bool IsStore, IsLoad; in runOnFunction() local
109 IsLoad = true; in runOnFunction()
114 IsLoad = false; in runOnFunction()
119 IsStore = IsLoad = true; in runOnFunction()
130 IsStore = IsLoad = true; in runOnFunction()
134 MadeChange |= bracketInstWithFences(I, FenceOrdering, IsStore, IsLoad); in runOnFunction()
179 bool IsStore, bool IsLoad) { in bracketInstWithFences() argument
182 auto LeadingFence = TLI->emitLeadingFence(Builder, Order, IsStore, IsLoad); in bracketInstWithFences()
184 auto TrailingFence = TLI->emitTrailingFence(Builder, Order, IsStore, IsLoad); in bracketInstWithFences()
DInlineSpiller.cpp1018 bool IsLoad = InstrReg; in coalesceStackAccess() local
1019 if (!IsLoad) in coalesceStackAccess()
1030 if (IsLoad) { in coalesceStackAccess()
/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp78 unsigned int IsLoad : 1; member
342 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
348 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
357 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
663 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs()
674 if (!SwapVector[UseIdx].IsSwap || SwapVector[UseIdx].IsLoad || in recordUnoptimizableWebs()
697 if (!SwapVector[DefIdx].IsSwap || SwapVector[DefIdx].IsLoad || in recordUnoptimizableWebs()
728 if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval()
938 if (SwapVector[EntryIdx].IsLoad) in dumpSwapVector()
DPPCISelLowering.h512 bool IsStore, bool IsLoad) const override;
514 bool IsStore, bool IsLoad) const override;
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrFormats.td36 bit IsLoad = 0;
52 let TSFlags{5-5} = IsLoad;
/external/v8/test/unittests/compiler/
Dint64-lowering-unittest.cc138 IsLoad(MachineType::Int32(), IsInt32Constant(base), in TEST_F()
144 IsReturn2(IsLoad(MachineType::Int32(), IsInt32Constant(base), in TEST_F()
152 IsLoad(MachineType::Int32(), IsInt32Constant(base), in TEST_F()
158 IsLoad(MachineType::Int32(), IsInt32Constant(base), in TEST_F()
571 IsReturn(IsLoad(MachineType::Float64(), in TEST_F()
596 IsReturn2(IsLoad(MachineType::Int32(), in TEST_F()
600 IsLoad(MachineType::Int32(), in TEST_F()
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.h109 void DecodeScalarMoveMask(MVT VT, bool IsLoad,
DX86ShuffleDecode.cpp455 void DecodeScalarMoveMask(MVT VT, bool IsLoad, SmallVectorImpl<int> &Mask) { in DecodeScalarMoveMask() argument
461 Mask.push_back(IsLoad ? static_cast<int>(SM_SentinelZero) : i); in DecodeScalarMoveMask()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp293 bool IsLoad; member
305 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext()
310 ProgramPoint::Kind K = IsLoad ? ProgramPoint::PreLoadKind : in runChecker()
317 checkFn(Loc, IsLoad, BoundEx, C); in runChecker()
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp215 bool IsLoad = TII->get(LoadStoreOp).mayLoad(); in buildScratchLoadStore() local
244 .addReg(SubReg, getDefRegState(IsLoad)) in buildScratchLoadStore()
251 .addReg(Value, RegState::Implicit | getDefRegState(IsLoad)) in buildScratchLoadStore()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckerDocumentation.cpp138 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() argument
DNSErrorChecker.cpp241 if (event.IsLoad) in checkEvent()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp454 bool IsLoad = in UpdateBaseRegUses() local
459 if (IsLoad || IsStore) { in UpdateBaseRegUses()
777 bool IsLoad = isi32Load(Opcode); in CreateLoadStoreDouble() local
778 assert((IsLoad || isi32Store(Opcode)) && "Must have integer load or store"); in CreateLoadStoreDouble()
779 unsigned LoadStoreOpcode = IsLoad ? ARM::t2LDRDi8 : ARM::t2STRDi8; in CreateLoadStoreDouble()
784 if (IsLoad) { in CreateLoadStoreDouble()
799 bool IsLoad = isLoadSingle(Opcode); in MergeOpsUpdate() local
814 if (IsLoad) { in MergeOpsUpdate()
DARMISelLowering.h443 bool IsStore, bool IsLoad) const override;
445 bool IsStore, bool IsLoad) const override;
DARMExpandPseudoInsts.cpp107 bool IsLoad; member
382 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVLD()
447 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVST()
523 if (TableEntry->IsLoad) { in ExpandLaneOp()
548 if (!TableEntry->IsLoad) in ExpandLaneOp()
573 if (TableEntry->IsLoad) in ExpandLaneOp()
/external/clang/lib/CodeGen/
DCGAtomic.cpp1035 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load || in EmitAtomicExpr() local
1054 if (IsLoad) in EmitAtomicExpr()
1060 if (IsLoad || IsStore) in EmitAtomicExpr()
1091 if (!IsLoad) in EmitAtomicExpr()
1093 if (!IsLoad && !IsStore) in EmitAtomicExpr()
1120 if (!IsLoad) { in EmitAtomicExpr()
1128 if (!IsLoad && !IsStore) { in EmitAtomicExpr()
/external/v8/src/arm64/
Dinstructions-arm64.cc16 bool Instruction::IsLoad() const { in IsLoad() function in v8::internal::Instruction
Dinstructions-arm64.h230 bool IsLoad() const;
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc74 bool Instruction::IsLoad() const { in IsLoad() function in vixl::Instruction
Dinstructions-a64.h269 bool IsLoad() const;
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp1070 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodeSignedLdStInstruction() local
1075 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
1171 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodePairLdStInstruction() local
1282 if (IsLoad && Rt == Rt2) in DecodePairLdStInstruction()
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h529 bool IsLoad; member
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp853 bool IsLoad = TheI->mayLoad(), IsStore = TheI->mayStore(); in canMoveMemTo() local
854 if (!IsLoad && !IsStore) in canMoveMemTo()

12