/external/llvm/lib/Target/X86/ |
D | X86FixupSetCC.cpp | 134 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local 137 ZExt = &Use; in runOnMachineFunction() 139 if (!ZExt) in runOnMachineFunction() 172 BuildMI(*ZExt->getParent(), ZExt, ZExt->getDebugLoc(), in runOnMachineFunction() 177 MRI->replaceRegWith(ZExt->getOperand(0).getReg(), InsertReg); in runOnMachineFunction() 178 ToErase.push_back(ZExt); in runOnMachineFunction()
|
/external/llvm/unittests/IR/ |
D | AttributesTest.cpp | 25 AttributeSet::get(C, 1, Attribute::ZExt), in TEST() 47 AttributeSet::get(C, 2, Attribute::ZExt), in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetCallingConv.h | 23 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member 50 bool isZExt() const { return Flags & ZExt; } in isZExt()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 627 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in runOnModule() 628 F->addAttribute(1, Attribute::ZExt); in runOnModule() 629 F->addAttribute(2, Attribute::ZExt); in runOnModule() 635 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in runOnModule() 636 F->addAttribute(1, Attribute::ZExt); in runOnModule() 637 F->addAttribute(2, Attribute::ZExt); in runOnModule() 644 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in runOnModule() 651 F->addAttribute(1, Attribute::ZExt); in runOnModule() 986 Call->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in combineShadows() 987 Call->addAttribute(1, Attribute::ZExt); in combineShadows() [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 28 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member 70 bool isZExt() const { return Flags & ZExt; } in isZExt()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 37 const Attributes ZExt = 1<<0; ///< Zero extended before/after call variable 103 ZExt | SExt,
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 127 Value *FastQuotientV = FastBuilder.CreateCast(Instruction::ZExt, in insertFastDiv() 130 Value *FastRemainderV = FastBuilder.CreateCast(Instruction::ZExt, in insertFastDiv()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | CallingConvLower.h | 35 ZExt, // The value is zero extended in the location. enumerator 127 return (HTP == AExt || HTP == SExt || HTP == ZExt); in isExtInLoc()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.h | 51 enum { SExt, ZExt }; enumerator
|
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 340 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local 342 if (isKnownNonNegative(ZExt->getOperand(0), *DL, 0, AC, GEP, DT)) in tryReassociateGEPAtIndex() 343 IndexToSplit = ZExt->getOperand(0); in tryReassociateGEPAtIndex()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 552 if (CallerAttrs.contains(Attribute::ZExt)) { in returnTypeIsEligibleForTailCall() 553 if (!CalleeAttrs.contains(Attribute::ZExt)) in returnTypeIsEligibleForTailCall() 557 CallerAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall() 558 CalleeAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 687 else if (Attrs.hasAttribute(i+1, Attribute::ZExt)) in selectCall() 791 const ZExtInst *ZExt = cast<ZExtInst>(I); in selectZExt() local 793 const Value *Op = ZExt->getOperand(0); in selectZExt() 795 MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType())); in selectZExt() 800 updateValueMap(ZExt, Reg); in selectZExt() 1140 else if (FuncInfo.Fn->getAttributes().hasAttribute(0, Attribute::ZExt)) in selectRet() 1163 case Instruction::ZExt: return selectZExt(I); in fastSelectInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinISelLowering.cpp | 201 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerFormalArguments() 262 case CCValAssign::ZExt: in LowerReturn() 319 case CCValAssign::ZExt: in LowerCall() 405 case CCValAssign::ZExt: in LowerCall()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 258 if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt)) in isInTailCallPosition() 298 if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt)) in isInTailCallPosition()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 31 if (Attrs & Attribute::ZExt) in getAsString() 100 Incompatible |= SExt | ZExt; in typeIncompatible()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenCallingConv.inc | 128 LocInfo = CCValAssign::ZExt; 302 LocInfo = CCValAssign::ZExt; 362 LocInfo = CCValAssign::ZExt; 401 LocInfo = CCValAssign::ZExt; 430 LocInfo = CCValAssign::ZExt; 492 LocInfo = CCValAssign::ZExt; 531 LocInfo = CCValAssign::ZExt; 628 LocInfo = CCValAssign::ZExt; 676 LocInfo = CCValAssign::ZExt;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CallLowering.cpp | 97 case CCValAssign::ZExt: in lowerFormalArguments()
|
D | AArch64TargetTransformInfo.cpp | 107 case Instruction::ZExt: in getIntImmCost() 299 assert((Opcode == Instruction::SExt || Opcode == Instruction::ZExt) && in getExtractWithExtendCost() 340 case Instruction::ZExt: in getExtractWithExtendCost()
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 54 ZExt, 111 .Case("zeroext", Attribute::ZExt) 404 return llvm::Attribute::ZExt;
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 54 ZExt, 111 .Case("zeroext", Attribute::ZExt) 404 return llvm::Attribute::ZExt;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 54 ZExt, 111 .Case("zeroext", Attribute::ZExt) 404 return llvm::Attribute::ZExt;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 54 ZExt, 111 .Case("zeroext", Attribute::ZExt) 404 return llvm::Attribute::ZExt;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 54 ZExt, 111 .Case("zeroext", Attribute::ZExt) 404 return llvm::Attribute::ZExt;
|
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 37 ZExt, // The value is zero extended in the location. enumerator 155 return (HTP == AExt || HTP == SExt || HTP == ZExt); in isExtInLoc()
|
D | FastISel.h | 109 RetZExt = Call.paramHasAttr(0, Attribute::ZExt); in setCallee() 133 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
|