OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Opnd
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp
168
const Instruction *
Opnd
= cast<Instruction>(Inst->getOperand(0));
171
Opnd
->getOperand(0)->getType()->getIntegerBitWidth() &&
323
Value *
Opnd
= Inst->getOperand(OpIdx);
324
if (const ConstantInt *Cst = dyn_cast<ConstantInt>(
Opnd
)) {
331
if (isa<UndefValue>(
Opnd
)) {
341
SExtForOpnd->setOperand(0,
Opnd
);
AArch64FastISel.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp
219
Value *
Opnd
= Inst->getOperand(Idx);
220
if (auto CastInst = dyn_cast<Instruction>(
Opnd
))
325
Value *
Opnd
= Inst->getOperand(Idx);
328
if (auto ConstInt = dyn_cast<ConstantInt>(
Opnd
)) {
334
if (auto CastInst = dyn_cast<Instruction>(
Opnd
)) {
349
if (auto ConstExpr = dyn_cast<ConstantExpr>(
Opnd
)) {
483
Value *
Opnd
= ConstUser.Inst->getOperand(ConstUser.OpndIdx);
486
if (isa<ConstantInt>(
Opnd
)) {
495
if (auto CastInst = dyn_cast<Instruction>(
Opnd
)) {
517
if (auto ConstExpr = dyn_cast<ConstantExpr>(
Opnd
)) {
[
all
...]
Reassociate.cpp
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
813
const FAddend *
Opnd
= *I;
814
if (
Opnd
->isConstant())
817
const FAddendCoef &CE =
Opnd
->getCoef();
840
Value *FAddCombine::createAddendVal(const FAddend &
Opnd
, bool &NeedNeg) {
841
const FAddendCoef &Coeff =
Opnd
.getCoef();
843
if (
Opnd
.isConstant()) {
848
Value *OpndVal =
Opnd
.getSymVal();
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp
[
all
...]
Completed in 752 milliseconds