HomeSort by relevance Sort by last modified time
    Searched refs:getInt32 (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 385 Value *Val = Builder.CreateCall(FrameAddrFn, Builder.getInt32(0), "fp");
  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerOCLBlocks.cpp 310 Args.insert(Args.begin() + 3, getInt32(M, 0));
SPIRVInternal.h 733 ConstantInt *getInt32(Module *M, int value);
745 std::vector<Value *> getInt32(Module *M, const std::vector<int> &value);
    [all...]
SPIRVUtil.cpp 847 getInt32(Module *M, int value) {
861 std::vector<Value *> getInt32(Module *M, const std::vector<int> &value) {
864 V.push_back(getInt32(M, I));
    [all...]
SPIRVReader.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 447 IRB.getInt32(0));
522 return IRB->getInt32(v);
MemorySanitizer.cpp 567 IRB.getInt32(TrackOrigins), "__msan_track_origins");
571 IRB.getInt32(ClKeepGoing), "__msan_keep_going");
790 IRB.CreateStore(Origin ? (Value *)Origin : (Value *)IRB.getInt32(0),
812 : (Value *)IRB.getInt32(0)});
    [all...]
InstrProfiling.cpp 211 Builder.getInt32(Index)};
AddressSanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 484 llvm::Value *zero = CGF.Builder.getInt32(0);
905 CatchSwitch, {TypeInfo.RTTI, CGF.Builder.getInt32(TypeInfo.Flags),
    [all...]
CGStmtOpenMP.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]
  /device/google/contexthub/util/common/
JSONObject.cpp 392 bool JSONValue::getInt32(int32_t *value) const {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 249 Value* AllocaContent = IBuilder.getInt32(1);
  /frameworks/av/media/mtp/
MtpDataPacket.cpp 193 if (!getInt32(value)) {
MtpProperty.cpp 460 if (!packet.getInt32(value.u.i32)) return false;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
InstCombineCasts.cpp 474 return ExtractElementInst::Create(VecInput, IC.Builder->getInt32(Elt));
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
dot_op_emitter.cc     [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 372 if (!array->getInt32(i, &out[i])) {
405 array->getInt32(i, &ret[i]);
    [all...]
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 424 bool MediaAnalyticsItem::getInt32(MediaAnalyticsItem::Attr name, int32_t *value) {
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 7261 milliseconds

1 23 4 5