Searched refs:extract (Results 76 - 97 of 97) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DIRMover.cpp1328 ConstantInt *Behavior = mdconst::extract<ConstantInt>(Op->getOperand(0));
1343 mdconst::extract<ConstantInt>(SrcOp->getOperand(0));
1369 mdconst::extract<ConstantInt>(DstOp->getOperand(0));
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp264 mdconst::extract<ConstantInt>(MDN->getOperand(1))->getLimitedValue();
266 mdconst::extract<ConstantInt>(MDN->getOperand(2))->getLimitedValue();
307 mdconst::extract<ConstantInt>(MDN->getOperand(3));
310 mdconst::extract<ConstantInt>(MDN->getOperand(4));
/freebsd-11.0-release/bin/pax/
H A Dar_subs.c144 * extract()
145 * extract the member(s) of an archive as specified by user supplied
150 extract(void) function
202 * with -u or -D only extract when the archive member is newer
283 * all ok, extract this member based on type
316 * extract the file from the archive and skip over padding and
500 * (otherwise during an extract the file header for the file
955 * routines to extract the header and id the trailer. Trailers may be
1192 * yuck, to avoid slow special case code in the extract
/freebsd-11.0-release/sys/i386/i386/
H A Dlocore.s664 rorl $8,%eax # extract family type
/freebsd-11.0-release/usr.bin/mail/
H A Dnames.c88 extract(char line[], int ntype) function
/freebsd-11.0-release/contrib/tcpdump/
H A DMakefile.in244 extract.h \
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h929 /// \brief Helper meta-function to extract the argument out of a function of
1425 return this->InnerMatcher.matches(extract(Node), Finder, Builder);
1430 extract(const NestedNameSpecifierLoc &Loc) { function in class:clang::ast_matchers::internal::LocMatcher
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp560 ConstantInt* LLow = mdconst::extract<ConstantInt>(L->getOperand(I));
561 ConstantInt* RLow = mdconst::extract<ConstantInt>(R->getOperand(I));
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DFunction.cpp987 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(1));
H A DInstructions.cpp2239 ConstantFP *Accuracy = mdconst::extract<ConstantFP>(MD->getOperand(0));
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp666 mdconst::extract<ConstantInt>(MD->getOperand(1))->getZExtValue();
H A DRewriteStatepointsForGC.cpp502 // We may need to insert a parallel instruction to extract the appropriate
855 // insert an extract even when we know an exact base for the instruction.
2528 mdconst::extract<ConstantInt>(MD->getOperand(3))->getValue() == 1;
2536 mdconst::extract<ConstantInt>(MD->getOperand(2))->getZExtValue();
/freebsd-11.0-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp147 filename = name.extract();
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in1009 insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o \
1043 insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c \
2685 insn-emit.c insn-recog.c insn-extract.c insn-output.c insn-peep.c \
2712 insn-extract.o : insn-extract.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
2746 insn-extract.c insn-opinit.c insn-output.c \
3042 extract flags mddeps opinit output peep preds recog
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp124 mdconst::extract<ConstantInt>(M->getOperand(0))->isNullValue() &&
127 mdconst::extract<ConstantInt>(M->getOperand(1))->getValue() ==
1523 // Only extract each element once.
/freebsd-11.0-release/contrib/gdb/
H A Dltmain.sh2246 echo "*** However, this would only work if libtool was able to extract symbol"
2990 echo "*** However, this would only work if libtool was able to extract symbol"
3636 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
/freebsd-11.0-release/contrib/ofed/libibcm/config/
H A Dltmain.sh2818 $echo "*** However, this would only work if libtool was able to extract symbol"
3781 $echo "*** However, this would only work if libtool was able to extract symbol"
4502 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5455 # might have to extract them afterwards, e.g., when creating a
/freebsd-11.0-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh2818 $echo "*** However, this would only work if libtool was able to extract symbol"
3781 $echo "*** However, this would only work if libtool was able to extract symbol"
4502 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5455 # might have to extract them afterwards, e.g., when creating a
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_control.c3583 u_int32 extract; member in union:d_tag
3612 return d.extract;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp500 /// eq/ne/lt/gt instructions that compare a value against a constant, extract
728 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(MD_i));
833 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(i));
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dppc-opc.c81 The fields are bitm, shift, insert, extract, flags.
560 /* The functions used to insert and extract complicated operands. */
718 valid_bo (long value, int dialect, int extract)
750 || !extract)
716 valid_bo(long value, int dialect, int extract) argument
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-mips.c5040 as_bad (_("Improper extract size (%lu, position %lu)"),
9144 as_bad (_("Improper extract size (%lu, position %lu)"),

Completed in 504 milliseconds

1234