OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CmpInst
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h
707
//
CmpInst
Class
712
class
CmpInst
: public Instruction {
714
/// This enumeration lists the possible predicates for
CmpInst
subclasses.
761
CmpInst
(Type *ty, Instruction::OtherOps op, Predicate pred,
766
CmpInst
(Type *ty, Instruction::OtherOps op, Predicate pred,
780
/// Create a
CmpInst
781
static
CmpInst
*Create(OtherOps Op,
789
/// Create a
CmpInst
790
static
CmpInst
*Create(OtherOps Op, Predicate predicate, Value *S1,
836
/// operands of the
CmpInst
instruction without changing the resul
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstructionSelector.cpp
900
(
CmpInst
::Predicate)I.getOperand(1).getPredicate());
928
MachineInstr &
CmpInst
=
936
constrainSelectedInstRegOperands(
CmpInst
, TII, TRI, RBI);
950
CmpInst
::Predicate Predicate =
951
(
CmpInst
::Predicate)I.getOperand(1).getPredicate();
961
case
CmpInst
::FCMP_OEQ:
964
case
CmpInst
::FCMP_UNE:
988
MachineInstr &
CmpInst
=
1003
constrainSelectedInstRegOperands(
CmpInst
, TII, TRI, RBI);
1021
MachineInstr &
CmpInst
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
383
assert(isa<BinaryOperator>(FirstInst) || isa<
CmpInst
>(FirstInst));
401
// If they are
CmpInst
instructions, check their predicates
402
if (
CmpInst
*CI = dyn_cast<
CmpInst
>(I))
403
if (CI->getPredicate() != cast<
CmpInst
>(FirstInst)->getPredicate())
454
if (
CmpInst
*CIOp = dyn_cast<
CmpInst
>(FirstInst)) {
455
CmpInst
*NewCI =
CmpInst
::Create(CIOp->getOpcode(), CIOp->getPredicate(),
857
} else if (isa<BinaryOperator>(FirstInst) || isa<
CmpInst
>(FirstInst))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
3586
//
CmpInst
Classes
3589
CmpInst
::
CmpInst
(Type *ty, OtherOps op, Predicate predicate, Value *LHS,
3593
OperandTraits<
CmpInst
>::op_begin(this),
3594
OperandTraits<
CmpInst
>::operands(this),
3604
CmpInst
::
CmpInst
(Type *ty, OtherOps op, Predicate predicate, Value *LHS,
3607
OperandTraits<
CmpInst
>::op_begin(this),
3608
OperandTraits<
CmpInst
>::operands(this),
3616
CmpInst
*
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
2282
CmpInst
::BAD_ICMP_PREDICATE, CostKind);
3081
if (NewCond->hasOneUse() && isa<
CmpInst
>(NewCond)) {
3082
CmpInst
*CI = cast<
CmpInst
>(NewCond);
3198
if (!Cond || (!isa<
CmpInst
>(Cond) && !isa<BinaryOperator>(Cond)) ||
3240
!isa<
CmpInst
>(PBI->getCondition())))
5233
if (
CmpInst
*Cmp = dyn_cast<
CmpInst
>(I)) {
5817
ICmpInst *
CmpInst
= dyn_cast<ICmpInst>(PhiUser);
5818
if (!
CmpInst
)
[
all
...]
Completed in 105 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026