Searched refs:Elem (Results 51 - 58 of 58) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4553 if (all_of(Mask, [](int Elem) { return Elem == UndefMaskElem; }))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp11889 Elem[D[d+r],e,esize] = MemU[address,ebytes];
12014 // Elem[D[d+r],e,esize] = MemU[address,ebytes];
12045 Elem[D[d],index,esize] = MemU[address,ebytes];
12177 // Elem[D[d],index,esize] = MemU[address,ebytes];
12224 MemU[address,ebytes] = Elem[D[d+r],e,esize];
12353 // MemU[address,ebytes] = Elem[D[d+r],e,esize];
12378 MemU[address,ebytes] = Elem[D[d],index,esize];
12508 // MemU[address,ebytes] = Elem[D[d],index,esize];
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp5957 llvm::Value *Elem = CGF.Builder.CreateLoad(LoadAddr);
5958 CGF.Builder.CreateStore(Elem, StoreAddr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1020 for (auto &Elem : *this) {
1021 if (isOpenMPTargetExecutionDirective(Elem.Directive)) {
1022 Elem.DeclareTargetLinkVarDecls.push_back(E);
H A DSemaExpr.cpp16189 [E](Sema::ImmediateInvocationCandidate Elem) {
16190 return Elem.getPointer() == E;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3462 if (all_of(Mask, [](int Elem) { return Elem == 0; }) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6748 unsigned Elem = ((Imm >> ElemNum * BytesPerElem) & Mask); local
6749 NewImm |= Elem << (NumElems - ElemNum - 1) * BytesPerElem;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 502 milliseconds

123