OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NegC
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp
255
SDValue
NegC
= CurDAG->FoldConstantArithmetic(
257
assert(
NegC
&& "Constant-folding failed!");
258
SDValue NewNode = CurDAG->getNode(ISD::SUB, DL, VT, X,
NegC
);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp
1304
CapabilityExpr
NegC
= !*Entry;
1305
const FactEntry *Nen = FSet.findLock(FactMan,
NegC
);
1307
FSet.removeLock(FactMan,
NegC
);
1312
NegC
.toString(), Entry->loc());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
1160
Constant *
NegC
= ConstantInt::get(Ty, -(*Op1C));
1161
Instruction *BO = BinaryOperator::CreateSDiv(X,
NegC
);
InstCombineCompares.cpp
6275
Constant *
NegC
= ConstantExpr::getFNeg(C);
6276
return new FCmpInst(I.getSwappedPredicate(), X,
NegC
, "", &I);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
584
Constant *
NegC
= ConstantFP::get(dyn_cast<ConstantFP>(C)->getContext(), F1);
588
unsigned ConstPoolIdx = MCP->getConstantPoolIndex(
NegC
, Alignment);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
6725
if (ConstantSDNode *
NegC
= isConstOrConstSplat(Neg.getOperand(1))) {
6728
if (
NegC
->getAPIntValue().getActiveBits() <= Bits &&
6729
((
NegC
->getAPIntValue() | Known.Zero).countTrailingOnes() >= Bits)) {
6736
// Check whether Neg has the form (sub
NegC
, NegOp1) for some
NegC
and NegOp1.
6739
ConstantSDNode *
NegC
= isConstOrConstSplat(Neg.getOperand(0));
6740
if (!
NegC
)
6758
// (
NegC
- NegOp1) & Mask == (EltSize - Pos) & Mask
6762
// EltSize & Mask ==
NegC
& Mask
6771
Width =
NegC
->getAPIntValue()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 111 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026