Home
last modified time | relevance | path

Searched refs:Source1 (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp282 Value *Source1 = in emitLoadCompareByteBlock() local
287 Value *LoadSrc1 = Builder.CreateLoad(LoadSizeType, Source1); in emitLoadCompareByteBlock()
343 Value *Source1 = getPtrToElementAtOffset(CI->getArgOperand(0), LoadSizeType, in getCompareLoadPairs() local
350 if (auto *Source1C = dyn_cast<Constant>(Source1)) in getCompareLoadPairs()
353 LoadSrc1 = Builder.CreateLoad(LoadSizeType, Source1); in getCompareLoadPairs()
448 Value *Source1 = getPtrToElementAtOffset(CI->getArgOperand(0), LoadSizeType, in emitLoadCompareBlock() local
454 Value *LoadSrc1 = Builder.CreateLoad(LoadSizeType, Source1); in emitLoadCompareBlock()
565 Value *Source1 = CI->getArgOperand(0); in getMemCmpOneBlock() local
569 if (Source1->getType() != LoadSizeType) in getMemCmpOneBlock()
570 Source1 = Builder.CreateBitCast(Source1, LoadSizeType->getPointerTo()); in getMemCmpOneBlock()
[all …]
/freebsd-12.1/crypto/openssh/contrib/suse/
H A Dopenssh.spec20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
/freebsd-12.1/contrib/unbound/contrib/
H A Dunbound.spec_fedora16 Source1: unbound.init
/freebsd-12.1/crypto/openssh/contrib/redhat/
H A Dopenssh.spec88 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.md1244 ;; Source1 can be 0 or -1.
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt13418 LEqual (Source1, Source2)
13420 Source1 and Source2 must each evaluate to an integer, a string, or a
13422 The data type of Source1 dictates the required type of Source2. Source2
13424 implicitly converted if necessary to match the type of Source1.